diff options
author | Jonathan "Geenz" Goodman <geenz@lindenlab.com> | 2024-02-27 11:07:11 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-27 11:07:11 -0800 |
commit | ae9d3e719a0cdb7af5dc470369df6fadd3e04b49 (patch) | |
tree | 6f7bdf27cf2a42b424ad7e821ae963432a4a4f89 /.github/ISSUE_TEMPLATE/20-enhancement.md | |
parent | 4ed5b59a601cfc58c3d5a5d4c1b56d4cdc73be2c (diff) | |
parent | 95e1badaa4566bea41479623bf5b5112f7184cd5 (diff) |
Merge branch 'release/materials_featurette' into geenz/mirrors-optimization-pass-1
Diffstat (limited to '.github/ISSUE_TEMPLATE/20-enhancement.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE/20-enhancement.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/20-enhancement.md b/.github/ISSUE_TEMPLATE/20-enhancement.md new file mode 100644 index 0000000000..dd40478811 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/20-enhancement.md @@ -0,0 +1,12 @@ +--- +name: Enhancement +about: New feature or enhancement +title: New Feature +labels: enhancement, triage +--- + +_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._ |