Skip to content

Commit 059b2f7

Browse files
authored
Update PR and Bug templates (#741)
We've already discussed removing "Why is this important?" from the PR template. I went a step further and removed "Expected behavior" from the Bug_report template, as I think it's almost always addressed in the "Describe the bug" section.
1 parent 900e82b commit 059b2f7

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/ISSUE_TEMPLATE/Bug_report.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,10 @@ about: Create a report to help us improve
1313
3. ...
1414
4. ...
1515

16-
**Expected behavior**: ...
17-
1816
**Environment (please complete the following information)**
1917
- OS: [e.g. Linux]
2018
- Python version:
21-
- Framework and version [e.g. Django 2.1]:
19+
- Framework and version [e.g. Django 2.1]:
2220
- APM Server version:
2321
- Agent version:
2422

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,5 @@
44
Here you can explain the changes made on the PR.
55
-->
66

7-
## Why is it important?
8-
9-
<!-- Comment:
10-
Here you can explains how this change will impact the funcionality of the agent
11-
-->
12-
137
## Related issues
148
closes #ISSUE

0 commit comments

Comments
 (0)