Skip to content

Commit

Permalink
Feature request issue form
Browse files Browse the repository at this point in the history
  • Loading branch information
kieran-ryan committed Mar 17, 2024
1 parent 8d13613 commit fffe888
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .github/ISSUE_TEMPLATE/Feature_request.md

This file was deleted.

5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ labels: [":bug: bug"]
body:
- type: markdown
attributes:
value: |
value: >
Thanks for taking the time to fill out this bug report!
- type: textarea
id: what-happened
Expand Down Expand Up @@ -34,11 +34,12 @@ body:
id: how-to-reproduce
attributes:
label: 🔬 How could we reproduce it?
description: |
description: >
It order to fix the problem, we need to be able to reproduce it.
A [Minimal Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example) can be really helpful for anyone
trying to diagnose and fix the problem.
Please outline the steps below:
placeholder: |
1. Install '...' version '...'
Expand Down
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: Feature Request
description: Suggest an idea for this project
labels: [":zap: enhancement"]
body:
- type: markdown
attributes:
value: >
Thanks for taking the time to suggest an idea for this project!
- type: textarea
id: problem
attributes:
label: 🤔 What's the problem you're trying to solve?
description: >
A clear and concise description of what the problem is e.g. I'm
always frustrated when ...
validations:
required: true
- type: textarea
id: proposal
attributes:
label: ✨ What's your proposed solution?
description: A clear and concise description of what you want to happen.
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: ⛏ Have you considered any alternatives or workarounds?
description: >
A clear and concise description of any alternative solutions or features
you've considered.
- type: textarea
id: context
attributes:
label: 📚 Any additional context?
description: >
Add any other context, references or screenshots about the feature
request here.

0 comments on commit fffe888

Please sign in to comment.