Skip to content

Commit

Permalink
[skip ci] update feature template
Browse files Browse the repository at this point in the history
  • Loading branch information
selul committed Jul 13, 2023
1 parent ce56737 commit 8dedf66
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/ISSUE_TEMPLATE/Feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,17 @@ body:
label: What is your proposed solution?
description: Can you please specify the desired feature or improvement and how it resolves the problem mentioned?
validations:
required: false
required: false
- type: dropdown
id: doc-needed
attributes:
label: Will this feature require documentation? (Optional)
description: |
Does this feature require the creation or update of documentation? If you're unsure, feel free to skip this.
multiple: false
options:
- 'I dont know.'
- 'No.'
- 'Yes, it requires documentation.'
validations:
required: false

0 comments on commit 8dedf66

Please sign in to comment.