Skip to content

Commit

Permalink
Merge pull request #54 from duwudle/develop
Browse files Browse the repository at this point in the history
chore(issue-templates): Use issue forms for issue templates
  • Loading branch information
kraanzu authored Jan 17, 2024
2 parents e124dc4 + 6a2847d commit 485374a
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 50 deletions.
30 changes: 0 additions & 30 deletions .github/ISSUE_TEMPLATE/---bug-report.md

This file was deleted.

53 changes: 53 additions & 0 deletions .github/ISSUE_TEMPLATE/---bug-report.yml
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...
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/---feature-request.md

This file was deleted.

34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/---feature-request.yml
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...

0 comments on commit 485374a

Please sign in to comment.