Skip to content

Commit 62f1d3e

Browse files
authored
Merge pull request #19 from swiftwave-org/issue_template
Issue template
2 parents 95e5d02 + c678a71 commit 62f1d3e

File tree

6 files changed

+195
-0
lines changed

6 files changed

+195
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Fixes Issue #
2+
3+
#### Describe the changes you have made in this PR -
4+
5+
### Screenshots of the changes (If any) -
6+
7+
8+
Note: Please check **Allow edits from maintainers.** before creating the PR.
Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
name: 🐞 Bug
2+
description: Create a report to help us improve
3+
title: "🐞 Bug"
4+
labels: ["🐞 bug", "pending"]
5+
body:
6+
- type: checkboxes
7+
attributes:
8+
label: Is there an existing issue for this?
9+
description: Please search to see if an issue already exists for the bug you encountered
10+
options:
11+
- label: I have searched the existing issues
12+
required: true
13+
- type: textarea
14+
attributes:
15+
label: Describe the bug
16+
description: A clear and concise description of what the bug is
17+
validations:
18+
required: true
19+
- type: textarea
20+
attributes:
21+
label: Steps To Reproduce
22+
description: Steps to reproduce the behavior
23+
placeholder: |
24+
1. Go to'...'
25+
2. Click on'...'
26+
3. Scroll down to'...'
27+
4. See error
28+
validations:
29+
required: true
30+
- type: textarea
31+
attributes:
32+
label: Expected Behavior
33+
description: A clear and concise description of what you expected to happen
34+
validations:
35+
required: true
36+
- type: textarea
37+
attributes:
38+
label: Screenshots
39+
description: |
40+
If applicable, add screenshots to help explain your problem
41+
42+
Tip: You can attach images or videos by clicking this area to highlight it and then dragging files in
43+
validations:
44+
required: false
45+
- type: textarea
46+
attributes:
47+
label: Device Information [optional]
48+
description: |
49+
examples:
50+
- **OS**: Ubuntu 22.04
51+
- **Browser**: chrome
52+
- **Swiftwave version**: latest
53+
- **Docker version**: 24.0.2
54+
value: |
55+
- OS:
56+
- Browser:
57+
- Swiftwave version:
58+
- Docker version:
59+
render: markdown
60+
validations:
61+
required: false
62+
- type: textarea
63+
attributes:
64+
label: Stack Trace [optional]
65+
description: If you have a stack trace for the error paste it here
66+
validations:
67+
required: false
68+
- type: input
69+
attributes:
70+
label: Additional context
71+
description: Add any other context about the problem here
72+
validations:
73+
required: false
74+
- type: dropdown
75+
attributes:
76+
label: Are you working on this issue?
77+
options:
78+
- 'Yes'
79+
- 'No'
80+
validations:
81+
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Are there any issues you're experiencing with Swiftwave?
4+
url: https://join.slack.com/t/swiftwave-team/shared_invite/zt-21n86aslx-aAvBi3hv1GigVA_XoXiu4Q
5+
about: Join us on Slack to meet members, contributors and the maintainer and brainstorm ideas.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: 🤔 Doubt & Query
2+
description: Have a doubt or query? Ask here!
3+
title: "Feature "
4+
labels: ["🤔 doubt", "open", "pending"]
5+
body:
6+
- type: textarea
7+
attributes:
8+
label: What is your doubt or query?
9+
description: Provide a detailed description of your doubt or query
10+
validations:
11+
required: true
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
name: ⭐️ Feature request
2+
description: Suggest an idea for this project
3+
title: "Feature "
4+
labels: ["🌟 feature", "pending"]
5+
body:
6+
- type: textarea
7+
attributes:
8+
label: Is your feature request related to a problem? Please describe
9+
description: A clear and concise description of what the problem is
10+
validations:
11+
required: true
12+
- type: textarea
13+
attributes:
14+
label: Describe the solution you'd like
15+
description: A clear and concise description of what you want to happen
16+
validations:
17+
required: true
18+
- type: textarea
19+
attributes:
20+
label: Describe alternatives you've considered
21+
description: A clear and concise description of any alternative solutions or features you've considered
22+
validations:
23+
required: false
24+
- type: input
25+
attributes:
26+
label: Additional context
27+
description: Add any other context about the problem here
28+
validations:
29+
required: false
30+
- type: dropdown
31+
attributes:
32+
label: Are you working on this?
33+
options:
34+
- 'Yes'
35+
- 'No'
36+
validations:
37+
required: true
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
name: ⚒️ Installation Issue
2+
description: Having trouble installing Swiftwave? Ask here!
3+
title: "Installation Issue"
4+
labels: ["⚒️ installation", "open", "pending"]
5+
body:
6+
- type: dropdown
7+
id: installation_environment_type
8+
attributes:
9+
label: Installation Environment
10+
description: In which mode are you trying to install Swiftwave?
11+
options:
12+
- 'Development Setup'
13+
- 'Production deployment'
14+
validations:
15+
required: true
16+
- type: textarea
17+
attributes:
18+
label: What is the issue you are facing?
19+
description: Provide a detailed description of your issue
20+
validations:
21+
required: true
22+
- type: textarea
23+
attributes:
24+
label: Screenshots
25+
description: |
26+
If applicable, add screenshots to help explain your problem
27+
28+
Tip: You can attach images or videos by clicking this area to highlight it and then dragging files in
29+
validations:
30+
required: false
31+
- type: textarea
32+
attributes:
33+
label: Device Information [optional]
34+
description: |
35+
examples:
36+
- **OS**: Ubuntu 22.04
37+
- **Browser**: chrome
38+
- **Swiftwave version**: latest
39+
- **Docker version**: 24.0.2
40+
value: |
41+
- OS:
42+
- Browser:
43+
- Swiftwave version:
44+
- Docker version:
45+
render: markdown
46+
validations:
47+
required: false
48+
- type: textarea
49+
attributes:
50+
label: Stack Trace [optional]
51+
description: If you have a stack trace for the error paste it here
52+
validations:
53+
required: false

0 commit comments

Comments
 (0)