Skip to content

Commit 488f3cc

Browse files
authored
Update bug_report.md
1 parent 7c517a0 commit 488f3cc

File tree

1 file changed

+42
-38
lines changed

1 file changed

+42
-38
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 42 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,42 @@
1-
---
2-
name: Bug report
3-
about: Create a report to help us improve
4-
title: ''
5-
labels: ''
6-
assignees: ''
7-
8-
---
9-
10-
**Describe the bug**
11-
A clear and concise description of what the bug is.
12-
13-
**To Reproduce**
14-
Steps to reproduce the behavior:
15-
1. Go to '...'
16-
2. Click on '....'
17-
3. Scroll down to '....'
18-
4. See error
19-
20-
**Expected behavior**
21-
A clear and concise description of what you expected to happen.
22-
23-
**Screenshots**
24-
If applicable, add screenshots to help explain your problem.
25-
26-
**Desktop (please complete the following information):**
27-
- OS: [e.g. iOS]
28-
- Browser [e.g. chrome, safari]
29-
- Version [e.g. 22]
30-
31-
**Smartphone (please complete the following information):**
32-
- Device: [e.g. iPhone6]
33-
- OS: [e.g. iOS8.1]
34-
- Browser [e.g. stock browser, safari]
35-
- Version [e.g. 22]
36-
37-
**Additional context**
38-
Add any other context about the problem here.
1+
name: Bug Report
2+
description: Create a bug report
3+
labels: 'bug'
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: Thanks for taking the time to file a bug report! Please fill out this form as completely as possible.
8+
- type: textarea
9+
attributes:
10+
label: Provide environment information
11+
description: Please run `which python; python --version; python -m pip list | grep labelvim` in the root directory of your project and paste the results.
12+
validations:
13+
required: true
14+
- type: input
15+
attributes:
16+
label: What OS are you using?
17+
description: 'Please specify the exact version. For example: macOS 12.4, Ubuntu 20.04.4'
18+
validations:
19+
required: true
20+
- type: textarea
21+
attributes:
22+
label: Describe the Bug
23+
description: A clear and concise description of what the bug is.
24+
validations:
25+
required: true
26+
- type: textarea
27+
attributes:
28+
label: Expected Behavior
29+
description: A clear and concise description of what you expected to happen.
30+
- type: textarea
31+
attributes:
32+
label: To Reproduce
33+
description: Steps to reproduce the behavior, please provide a clear description of how to reproduce the issue, based on the linked minimal reproduction. Screenshots can be provided in the issue body below. If using code blocks, make sure that syntax highlighting is correct and double check that the rendered preview is not broken.
34+
- type: markdown
35+
attributes:
36+
value: Before posting the issue go through the steps you've written down to make sure the steps provided are detailed and clear.
37+
- type: markdown
38+
attributes:
39+
value: Contributors should be able to follow the steps provided in order to reproduce the bug.
40+
- type: markdown
41+
attributes:
42+
value: These steps are used to add integration tests to ensure the same issue does not happen again. Thanks in advance!

0 commit comments

Comments
 (0)