Skip to content

Commit 15e9a7a

Browse files
committed
feat(gh): add github issues template
1 parent 101474e commit 15e9a7a

File tree

2 files changed

+63
-0
lines changed

2 files changed

+63
-0
lines changed

Diff for: .github/ISSUE_TEMPLATE/bug_report.yml

+58
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
name: Bug Report
2+
description: File a bug report
3+
labels: [bug, triage]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thanks for helping us improve components.studio! :rocket:
9+
- type: textarea
10+
id: reproduction-steps
11+
attributes:
12+
label: 📖 Reproduction steps
13+
description: |
14+
Please provide reproduction steps so we can properly investigate the issue :pray:
15+
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in
16+
value: |
17+
1. Go to '...'
18+
2. Click on '....'
19+
3. Scroll down to '....'
20+
4. See error
21+
validations:
22+
required: true
23+
- type: textarea
24+
attributes:
25+
label: 🙁 Current Behavior
26+
description: A concise description of what you're experiencing
27+
validations:
28+
required: true
29+
- type: textarea
30+
attributes:
31+
label: 🙂 Expected Behavior
32+
description: A concise description of what you expected to happen
33+
validations:
34+
required: true
35+
- type: input
36+
id: url
37+
attributes:
38+
label: 🔗 Link to the components
39+
description: "Observing the issue directly in your components will always help us provide faster feedback :+1:"
40+
- type: dropdown
41+
id: browsers
42+
attributes:
43+
label: 🌐 What browser(s) are you seeing the problem on?
44+
description: It may help us identify the problem
45+
multiple: true
46+
options:
47+
- Firefox
48+
- Chrome
49+
- Safari
50+
- Microsoft Edge
51+
- Other (specify with version)
52+
validations:
53+
required: true
54+
- type: input
55+
id: browser-versions
56+
attributes:
57+
label: Browser version(s)
58+
description: May be helpful as some behaviors only impact specific browser versions

Diff for: .github/ISSUE_TEMPLATE/config.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Feature Request
4+
url: https://github.com/divriots/components.studio/discussions/new?category=ideas
5+
about: "Suggest ideas using our discussion forums"

0 commit comments

Comments
 (0)