8000 Add bug issue template · techiewarrior/setup-python@9f521e1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9f521e1

Browse files
authored
Add bug issue template
1 parent ee653cd commit 9f521e1

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**Which version of the action are you using?**
14+
15+
- [ ] `v1`
16+
- [ ] `v2`
17+
- [ ] Some other tag (such as `v2.0.1` or `master`)
18+
19+
**Environment**
20+
- [ ] self-hosted
21+
- [ ] Linux
22+
- [ ] Windows
23+
- [ ] Mac
24+
25+
**Python Versions**
26+
Please list all of the effected versions of Python (`3.8.2`, etc.)
27+
28+
**To Reproduce**
29+
Steps to reproduce the behavior:
30+
1. Go to '...'
31+
2. Click on '....'
32+
3. Scroll down to '....'
33+
4. See error
34+
35+
**Run/Repo Url**
36+
If applicable, and if your repo/run is public, please include a URL so it is easier for us to investigate.
37+
38+
**Screenshots**
39+
If applicable, add screenshots to help explain your problem.
40+
41+
**Additional context**
42+
Add any other context about the problem here.

0 commit comments

Comments
 (0)
0