-
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #54 from duwudle/develop
chore(issue-templates): Use issue forms for issue templates
- Loading branch information
Showing
4 changed files
with
87 additions
and
50 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,53 @@ | ||
name: "\U0001F41B Bug report" | ||
description: Create a report to help us improve | ||
title: "[BUG]" | ||
labels: ["bug"] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Describe the bug 🐛 | ||
description: A clear and concise description of what the bug is. | ||
placeholder: | | ||
Your description goes here... | ||
- type: textarea | ||
attributes: | ||
label: To Reproduce 🐣 | ||
placeholder: | | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. See error | ||
- type: textarea | ||
attributes: | ||
label: Expected behavior 🤔 | ||
description: A clear and concise description of what you expected to happen. | ||
placeholder: | | ||
Your description goes here... | ||
- type: textarea | ||
attributes: | ||
label: Screenshots 🧐 | ||
description: If applicable, add screenshots to help explain your problem. | ||
placeholder: | | ||
Attach your screenshots here... | ||
- type: input | ||
attributes: | ||
label: Your operating system name | ||
placeholder: For example, Linux | ||
|
||
- type: input | ||
attributes: | ||
label: Your operating system version | ||
placeholder: For example, v22 | ||
|
||
- type: textarea | ||
attributes: | ||
label: Additional context 📝 | ||
description: Add any other context about the problem here. | ||
placeholder: | | ||
Your additional context goes here... | ||
This file was deleted.
Oops, something went wrong.
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,34 @@ | ||
name: "\U0001F4A1 Feature request" | ||
description: Suggest an idea for this project | ||
title: "\U0001F4A1 [FEAT]" | ||
labels: ["enhancement"] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Is your feature request related to a problem? 😢 Please describe. | ||
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
placeholder: | | ||
Your description goes here... | ||
- type: textarea | ||
attributes: | ||
label: Describe the solution you'd like 🤔 | ||
description: A clear and concise description of what you want to happen. | ||
placeholder: | | ||
Your description goes here... | ||
- type: textarea | ||
attributes: | ||
label: Describe alternatives you've considered 🧐 | ||
description: A clear and concise description of any alternative solutions or features you've considered. | ||
placeholder: | | ||
Your description goes here... | ||
- type: textarea | ||
attributes: | ||
label: Additional context 📝 | ||
description: Add any other context about the problem here. | ||
placeholder: | | ||
Your additional context goes here... | ||