-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update GitHub issue templates and workflows
- Loading branch information
Showing
9 changed files
with
68 additions
and
43 deletions.
There are no files selected for viewing
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 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 |
---|---|---|
@@ -1,19 +1,19 @@ | ||
name: "✨ Feature" | ||
name: '✨ Feature' | ||
description: Propose a new feature | ||
title: '✨ ' | ||
labels: [enhancement] | ||
labels: [feature] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: Have a great idea for a new feature? Let us know! | ||
- type: markdown | ||
attributes: | ||
value: Have a great idea for a new feature? Let us know! | ||
|
||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: | | ||
Please tell us what you want to see in the next release and why you want to see it. | ||
If you are going to make a pull request, please let us know your scheduling. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: | | ||
Please tell us what you want to see in the next release and why you want to see it. | ||
If you are going to make a pull request, please let us know your scheduling. | ||
validations: | ||
required: true |
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,34 @@ | ||
name: '💖 Improvement' | ||
description: Propose improvements to existing functionality or architecture. | ||
title: '💖 ' | ||
labels: [improvement] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: Tell us about anything that needs improvement or enhancement! | ||
|
||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Context | ||
description: | | ||
Describe the current and expected common context. | ||
- type: textarea | ||
id: current | ||
attributes: | ||
label: Current | ||
description: | | ||
Please describe the current issues that need to be improved. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: expected | ||
attributes: | ||
label: Expected | ||
description: | | ||
Please describe what you expect the improvements to look like. | ||
validations: | ||
required: true |
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 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 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