Skip to content

Commit 459a487

Browse files
chore: restore bug_report.yml to main version
1 parent d32d8cf commit 459a487

1 file changed

Lines changed: 16 additions & 15 deletions

File tree

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,65 @@
1-
name: Bug Report
2-
description: Create a report to help us improve
3-
title: 'Bug: '
4-
labels: ['bug']
1+
name: 🐛 Bug Report
2+
description: Create a report to help us improve CommitPulse
3+
title: 'bug: <short description of the issue>'
4+
labels: ['bug', 'triage']
55
body:
66
- type: markdown
77
attributes:
88
value: |
99
Thank you for reporting an issue! Please fill out this form as completely as possible.
1010
1111
💡 **Pro-Tip:** Once you submit this issue, you can claim it for yourself by commenting `/claim`! Only you, as the author of the issue, have permission to claim it.
12-
1312
- type: textarea
1413
id: description
1514
attributes:
1615
label: Description
1716
description: A clear and concise description of what the bug is.
1817
validations:
1918
required: true
20-
2119
- type: textarea
22-
id: reproduction
20+
id: steps-to-reproduce
2321
attributes:
2422
label: Steps to Reproduce
2523
description: How can we reproduce this bug? Please be specific.
26-
value: |
24+
placeholder: |
2725
1. Go to '...'
2826
2. Click on '....'
2927
3. Scroll down to '....'
3028
4. See error
3129
validations:
3230
required: true
33-
3431
- type: textarea
35-
id: expected
32+
id: expected-behavior
3633
attributes:
3734
label: Expected Behavior
3835
description: What did you expect to happen?
3936
validations:
4037
required: true
41-
4238
- type: textarea
4339
id: screenshots
4440
attributes:
4541
label: Screenshots / Logs
4642
description: If applicable, drag and drop screenshots or paste error logs here to help explain your problem.
4743
validations:
4844
required: false
49-
5045
- type: input
5146
id: username
5247
attributes:
5348
label: GitHub Username (If applicable)
5449
description: The GitHub username you were trying to generate a badge for.
5550
validations:
5651
required: false
57-
58-
- type: textarea
59-
id: environment
52+
- type: dropdown
53+
id: browser
6054
attributes:
6155
label: Environment
6256
description: What browser/environment are you experiencing this in?
57+
options:
58+
- Chrome
59+
- Firefox
60+
- Safari
61+
- Edge
62+
- GitHub Mobile App
63+
- Other
6364
validations:
6465
required: true

0 commit comments

Comments
 (0)