File tree Expand file tree Collapse file tree 2 files changed +47
-0
lines changed Expand file tree Collapse file tree 2 files changed +47
-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
+ title : ' '
5
+ labels : ' '
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ > Note: This repo is for the Python devguide. If you are requesting an
11
+ enhancementfor the Python language or CPython interpreter,
12
+ then the CPython issue tracker is better
13
+ suited for this report: https://bugs.python.org
14
+
15
+ ** Describe the bug**
16
+ A clear and concise description of what the bug is.
17
+
18
+ ** Expected behavior**
19
+ A clear and concise description of what you expected to happen.
20
+
21
+ ** Screenshots**
22
+ If applicable, add screenshots to help explain your problem.
23
+
24
+ ** Additional context**
25
+ Add any other context about the problem here.
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Feature request
3
+ about : Suggest an idea for this project
4
+ title : ' '
5
+ labels : ' '
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ > Note: This repo is for the Python devguide. If you are requesting an
11
+ enhancement for the Python language or CPython interpreter,
12
+ then the CPython issue tracker is better
13
+ suited for this report: https://bugs.python.org
14
+
15
+ ** Describe the enhancement or feature you'd like**
16
+ A clear and concise description of what you want to happen.
17
+
18
+ ** Describe alternatives you've considered**
19
+ A clear and concise description of any alternative solutions or features you've considered.
20
+
21
+ ** Additional context**
22
+ Add any other context or screenshots about the feature request here.
You can’t perform that action at this time.
0 commit comments