You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,13 @@
1
1
---
2
2
name: Bug report
3
3
about: Report an error that you've encountered.
4
-
labels: 'bug'
4
+
labels: bug
5
5
---
6
+
6
7
### Environment information
7
8
8
-
* Python Version: x.x.x
9
-
* OS: macOS/linux/win
9
+
- Python Version: x.x.x
10
+
- OS: macOS/linux/win
10
11
11
12
Python environment
12
13
@@ -19,9 +20,9 @@ $ pip freeze
19
20
20
21
Please include information like:
21
22
22
-
* what command you ran
23
-
* the code that caused the failure (see [this link](https://help.github.com/articles/basic-writing-and-formatting-syntax/) for help with formatting code)
24
-
* full output of the error you received
23
+
- what command you ran
24
+
- the code that caused the failure (see [this link](https://help.github.com/articles/basic-writing-and-formatting-syntax/) for help with formatting code)
<!-- 1-2 line summary of the scope of this work item -->
10
10
11
11
### Value:
12
+
12
13
<!--
13
14
Who is this for?
14
15
Persona or group of people whom will derive value from the scenario.
15
16
What benefits will be achieved or business metrics improved?
16
17
-->
17
18
18
19
### Dependencies:
20
+
19
21
<!-- Call out key people, teams, tech dependencies, or assumptions. -->
20
22
21
23
### Design approach:
24
+
22
25
<!--
23
26
Free text / diagram / whiteboard picture / etc. that clearly shows your approach and considerations to build the task list.
24
27
Existing code patterns in production code base that you will base your work off of.
25
28
-->
26
29
27
30
### Task list:
31
+
28
32
<!-- Bulleted list describing the exit criteria, desired end state and any documentation, monitors, work for DRI, etc. that will need to be added to make sure someone else can support once it's live. -->
29
-
*[ ] Tasks go here
30
33
31
-
### Estimated completion date:
34
+
-[ ] Tasks go here
32
35
36
+
### Estimated completion date:
33
37
34
38
### Design review:
39
+
35
40
<!-- 1-2 people needed for signoff -->
41
+
36
42
Do not signoff unless:
37
-
-1) agreed the tasks and design approach will achieve acceptance, and
38
-
-2) the work can be completed by one person within the SLA.
39
-
Design reviewers should consider simpler approaches to achieve goals.
43
+
44
+
-1. agreed the tasks and design approach will achieve acceptance, and
45
+
-2. the work can be completed by one person within the SLA.
46
+
Design reviewers should consider simpler approaches to achieve goals.
0 commit comments