Skip to content

Commit

Permalink
Add feature request issue template (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgit committed Jul 14, 2023
1 parent cfaf95e commit 6dcb6cf
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Feature Request
url: https://issues.newrelic.com
about: We welcome feature requests from our open-source community through the New Relic Issue Tracker.
- name: Troubleshooting
url: https://github.com/newrelic/infra-integrations-sdk/blob/master/README.md#support
about: Check out the README for troubleshooting directions
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -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):*

0 comments on commit 6dcb6cf

Please sign in to comment.