From bad926c060368a7c68b89ac1889bd4c283fe3f29 Mon Sep 17 00:00:00 2001 From: David Gay i Tello Date: Fri, 4 Aug 2023 10:39:02 +0200 Subject: [PATCH] Update issue templates (#50) --- .github/ISSUE_TEMPLATE/feature-request.md | 31 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 24 ------------------ 2 files changed, 31 insertions(+), 24 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000..6995abf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,31 @@ +--- +name: Feature Request +about: Suggest an idea for this project +title: '' +labels: 'feature request' +assignees: '' +priority: '' +--- +### Description +_A clear and concise description of the feature you want or need_ + +### Acceptance Criteria +_What tasks need to be accomplished to achieve the goal?_ + +### Describe Alternatives +_A clear and concise description of any alternative solutions or features you've considered_ +_Are there examples you could link us to?_ + +### Dependencies +_Do any other teams or parts of the New Relic product need to be considered?_ +_Some common areas: UI, collector, documentation_ + +### Additional context +_What else should we know about this story that might not fit into the other categories?_ + +### Estimates +_Please provide initial t-shirt size. S = 1-3 days, M = 3-5 days (1 week), L = 1-2 weeks (1 sprint)_ + +## For Maintainers Only or Hero Triaging this bug +*Suggested Priority (P1,P2,P3,P4,P5):* +*Suggested T-Shirt size (S, M, L, XL, Unknown):* diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 5744799..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: '' -assignees: '' -priority: '' ---- - -## Is your feature request related to a problem? Please describe. -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -## Feature Description -A clear and concise description of the feature you want or need. - -## Describe Alternatives -A clear and concise description of any alternative solutions or features you've considered. Are there examples you could link us to? - -## Additional context -Add any other context here. - -## Priority -Please help us better understand this feature request by choosing a priority from the following options: -[Nice to Have, Really Want, Must Have, Blocker]