-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add GitHub issue forms for bugs and features
- Loading branch information
1 parent
4d96f9d
commit 010eec9
Showing
3 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: Bug report | ||
description: Create a report to help us fix problems | ||
labels: | ||
- bug | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: >- | ||
Describe the problem. What is happening? What did you expect to happen | ||
instead? Screenshots and videos are welcome. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: reproduce | ||
attributes: | ||
label: Steps to reproduce | ||
description: If we want to experience this bug for ourselves, what should we do? | ||
placeholder: >- | ||
Step 1. Go to dsek.se/booking. | ||
Step 2. ... | ||
Step 3. ... | ||
- type: textarea | ||
id: other | ||
attributes: | ||
label: Further information | ||
description: Anything else we should know? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Account issues | ||
url: https://www.dsek.se/info/contact | ||
about: Are you having trouble with your account? Please contact us here instead. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
name: Feature Request | ||
description: Suggest an idea for this project | ||
labels: | ||
- enhancement | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: >- | ||
A clear and concise description. Make sure to include any relevant | ||
background. Why is this enhancement needed and who would it benefit? | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Describe the solution you'd like | ||
description: If you have a solution in mind, please describe it. | ||
- type: textarea | ||
attributes: | ||
label: Describe alternatives you've considered | ||
description: >- | ||
Have you considered any alternative solutions or workarounds? How is | ||
this need currently being addressed? |