8000 Update issue templates · python/devguide@dcb8ec2 · GitHub
[go: up one dir, main page]

Skip to content

Commit dcb8ec2

Browse files
authored
Update issue templates
1 parent 1961e2a commit dcb8ec2

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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.

0 commit comments

Comments
 (0)
0