Skip to content

Commit 55a14e2

Browse files
Carrie Edwardsa-feld
authored andcommitted
Add issue templates.
1 parent 3707869 commit 55a14e2

File tree

4 files changed

+66
-0
lines changed

4 files changed

+66
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
name: "Bug report \U0001F41B"
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
[NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ )
11+
12+
**Description**
13+
[NOTE]: # ( Describe the problem you're encountering. )
14+
[TIP]: # ( Do NOT share sensitive information, whether personal, proprietary, or otherwise! )
15+
16+
**Expected Behavior**
17+
[NOTE]: # ( Tell us what you expected to happen. )
18+
19+
**[Troubleshooting](https://discuss.newrelic.com/t/troubleshooting-frameworks/108787) or [NR Diag](https://docs.newrelic.com/docs/using-new-relic/cross-product-functions/troubleshooting/new-relic-diagnostics) results**
20+
[NOTE]: # ( Provide any other relevant log data. )
21+
[TIP]: # ( Scrub logs and diagnostic information for sensitive information )
22+
23+
**Steps to Reproduce**
24+
[NOTE]: # ( Please be as specific as possible. )
25+
[TIP]: # ( Link a sample application that demonstrates the issue. )
26+
27+
**Your Environment**
28+
[TIP]: # ( Include as many relevant details about your environment as possible including the running version of New Relic software and any relevant configurations. )
29+
30+
**Additional context**
31+
[TIP]: # ( Add any other context about the problem here. For example, relevant community posts or support tickets. )

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Troubleshooting
4+
url: https://github.com/newrelic/newrelic-python-agent/blob/main/README.rst#support
5+
about: checkout the README for troubleshooting directions
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
priority: ''
8+
---
9+
10+
### Is your feature request related to a problem? Please describe.
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
### Feature Description
14+
A clear and concise description of the feature you want or need.
15+
16+
### Describe Alternatives
17+
A clear and concise description of any alternative solutions or features you've considered. Are there examples you could link us to?
18+
19+
### Additional context
20+
Add any other context here.
21+
22+
### Priority
23+
Please help us better understand this feature request by choosing a priority from the following options:
24+
[Nice to Have, Really Want, Must Have, Blocker]
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<!-- ⚠️⚠️STOP⚠️⚠️ -- PLEASE READ! -->
2+
3+
We use GitHub to track feature requests and bug reports. Please **do not** submit issues for questions about how to configure, use features, troubleshoot, or best practices for using New Relic software.
4+
5+
See the README.md troubleshooting section in this repository for more details on self-service troubleshooting tooling, links to our comprehenive documentation, and how to get further support.
6+

0 commit comments

Comments
 (0)