Skip to content

Commit 464c960

Browse files
committed
added issue templates, mostly copied from elastic/apm-agent-nodejs (#350)
closes #350
1 parent f8764ed commit 464c960

File tree

2 files changed

+63
-0
lines changed

2 files changed

+63
-0
lines changed

.github/ISSUE_TEMPLATE/Bug_report.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
5+
---
6+
7+
**Describe the bug**: ...
8+
9+
**To Reproduce**
10+
11+
1. ...
12+
2. ...
13+
3. ...
14+
4. ...
15+
16+
**Expected behavior**: ...
17+
18+
**Environment (please complete the following information)**
19+
- OS: [e.g. Linux]
20+
- Python version:
21+
- Framework and version [e.g. Django 2.1]:
22+
- APM Server version:
23+
- Agent version:
24+
25+
26+
**Additional context**
27+
28+
Add any other context about the problem here.
29+
30+
- Agent config options <!-- be careful not to post sensitive information -->
31+
<details>
32+
<summary>Click to expand</summary>
33+
34+
```
35+
replace this line with your agent config options
36+
remember to mask any sensitive fields like tokens
37+
```
38+
</details>
39+
- `requirements.txt`:
40+
<details>
41+
<summary>Click to expand</summary>
42+
43+
```
44+
replace this line with your `requirements.txt`
45+
```
46+
</details>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
5+
---
6+
7+
**Is your feature request related to a problem? Please describe.**
8+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
9+
10+
**Describe the solution you'd like**
11+
A clear and concise description of what you want to happen.
12+
13+
**Describe alternatives you've considered**
14+
A clear and concise description of any alternative solutions or features you've considered.
15+
16+
**Additional context**
17+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)