-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Refactor/issue template feature request (janhq#3037)
* refactor: add issue template form for bug * refactor: config blank_issues_enabled: false * refactor: config feature request * refactor: config feature request --------- Co-authored-by: Van-QA <[email protected]>
- Loading branch information
Showing
8 changed files
with
46 additions
and
81 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
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
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
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
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,40 @@ | ||
name: "\U0001F680 Feature Request" | ||
description: "Suggest an idea for this project \U0001F63B!" | ||
title: 'feat: [DESCRIPTION]' | ||
labels: 'type: feature request' | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: "Thanks for taking the time to fill out this form!" | ||
description: "Please search [here](./?q=is%3Aissue) to see if an issue already exists for the feature you are requesting" | ||
options: | ||
- label: "I have searched the existing issues" | ||
required: false | ||
|
||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: "Is your feature request related to a problem? Please describe it" | ||
description: "A clear and concise description of what the problem is" | ||
placeholder: | | ||
I'm always frustrated when ... | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: "Describe the solution you'd like" | ||
description: "Description of what you want to happen. Add any considered drawbacks" | ||
|
||
- type: textarea | ||
attributes: | ||
label: "Teachability, documentation, adoption, migration strategy" | ||
description: "Explain how users will be able to use this and possibly write out something for the docs. Maybe a screenshot or design?" | ||
|
||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: "What is the motivation / use case for changing the behavior?" | ||
description: "Describe the motivation or the concrete use case" |