forked from Bash-it/bash-it
-
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.
- use issue forms
- Loading branch information
EmilySeville7cfg
authored and
EmilySeville7cfg
committed
Feb 7, 2022
1 parent
a4e41ba
commit eb91f4e
Showing
2 changed files
with
30 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
name: 💡 Feature request | ||
title: "[Feature]: " | ||
description: Suggest an idea for this project | ||
labels: "feature request" | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Expected behavior | ||
description: Tell us how your feature should work. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Current behavior | ||
description: Explain the difference your feature will have from current behavior. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Possible solution | ||
description: Tell us how it could be fixed at your glance. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Context | ||
description: > | ||
How has this issue affected you? What are you trying to accomplish? | ||
Providing context helps us come up with a solution that is most useful in the real world. | ||