Skip to content
Snippets Groups Projects
Unverified Commit 8fa127ab authored by Jed Fox's avatar Jed Fox Committed by GitHub
Browse files

Add an issue template for feature requests (#575)

* Bug report: switch “please search first” to a checkbox

* Add an issue template for feature requests

* Add a “willing to implement” checkbox

* + section about docs/learning

* Wording improvements
parent 68636986
No related branches found
No related tags found
No related merge requests found
...@@ -7,14 +7,15 @@ body: ...@@ -7,14 +7,15 @@ body:
id: intro-md id: intro-md
attributes: attributes:
value: | value: |
Thanks for taking the time to fill out this bug report! Please ensure you provide as much information as asked to better assist in confirming and identifying a fix for the bug report. Thanks for taking the time to fill out this bug report! Please ensure you provide as much information as possible to better assist in confirming and identifying a fix for the bug.
- type: dropdown - type: checkboxes
id: existing-issue id: existing-issue
attributes: attributes:
label: 'Verified issue does not already exist?' label: 'Verified issue does not already exist?'
description: 'Please search to see if an issue already exists for the issue you encountered.' description: 'Please search to see if an issue already exists for the issue you encountered.'
options: options:
- 'I have searched and found no existing issue' - label: 'I have searched and found no existing issue'
required: true
validations: validations:
required: true required: true
- type: textarea - type: textarea
......
blank_issues_enabled: false blank_issues_enabled: false
contact_links:
- name: Feature Request?
url: https://github.com/actualbudget/actual/discussions/new?category=ideas
about: Website is hosted via GitHub Discussions under actualbudget/actual
name: Feature request
description: Request a missing feature
title: '[Feature] '
labels: ['feature', 'needs triage']
body:
- type: markdown
id: intro-md
attributes:
value: |
Thanks for taking the time to fill out this feature request! Please ensure you provide as much information as possible so we can better understand what you’re proposing so we can come up with the best solution for everyone.
- type: checkboxes
id: existing-issue
attributes:
label: 'Verified feature request does not already exist?'
description: 'Please search to see if an issue or PR already exists for the feature you’re requesting.'
options:
- label: 'I have searched and found no existing issue'
required: true
validations:
required: true
- type: checkboxes
attributes:
label: '💻'
description: (Optional) Please check this box if you’re willing to open a PR to implement this feature. We’ll help you get started and answer any questions you have along the way :)
options:
- label: Would you like to implement this feature?
- type: textarea
id: pitch
attributes:
label: 'Pitch: what problem are you trying to solve?'
description: Please describe, in as much detail as you can, the problem that motivated you to submit this feature request.
validations:
required: true
- type: textarea
id: solution
attributes:
label: Describe your ideal solution to this problem
description: Feel free to give multiple different ideas for how the problem could be solved — we’d love to have a discussion to find the best way to solve your problem and related problems others may face! (Or leave this blank if you don’t have a solution in mind yet.)
validations:
required: false
- type: textarea
id: learning
attributes:
label: Teaching and learning
description: How can we make sure future users find and enjoy this feature? (i.e. how do we make it discoverable? what kind of documentation should we write? are there aspects of the feature that could trip up users?)
validations:
required: false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment