forked from microsoft/terminal
-
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.
Update the bug templates to include type, convert Feature to yaml (mi…
- Loading branch information
Showing
4 changed files
with
26 additions
and
50 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 was deleted.
Oops, something went wrong.
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,20 @@ | ||
name: "Feature Request/Idea 🚀" | ||
description: Suggest a new feature or improvement (this does not mean you have to implement it) | ||
labels: [Issue-Feature] | ||
type: Feature | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Description of the new feature | ||
description: A clear and concise description of what the problem is that the new feature would solve. | ||
placeholder: | | ||
... and guess what? I have four Terminals. And I have a hover car, and a hover house. And my computer's a runner, and it shows. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Proposed technical implementation details | ||
description: This field is optional. If you have any ideas, let us know! | ||
validations: | ||
required: false |