diff options
author | RunitaiLinden <davep@lindenlab.com> | 2024-01-24 12:32:10 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-24 12:32:10 -0600 |
commit | cb14e9a074ef415d7856a2067edec7b88570bf9e (patch) | |
tree | e9ae1f5f8dcb7d45cae63086655368d799b1ef7b /.github | |
parent | bc4bf9e207ebe02bae99efab5d3ce2874db055f2 (diff) |
Create enhancement.md
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/enhancement.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md new file mode 100644 index 0000000000..dbb6f4601d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -0,0 +1,12 @@ +--- +name: Enhancement +about: New feature or enhancement +title: New Feature +labels: enhancement +--- + +_What does this feature/enhancement do? Why is it needed?_ + +## Test Plan + +_Include information, such as guidance and test scenarios, QA will need to test this feature._ |