File tree Expand file tree Collapse file tree 2 files changed +63
-0
lines changed Expand file tree Collapse file tree 2 files changed +63
-0
lines changed Original file line number Diff line number Diff line change
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>
Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments