-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat:Added yaml template for bunk mate
- Loading branch information
1 parent
6e908af
commit 9b7ccd3
Showing
1 changed file
with
24 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: Feature Request | ||
description: Suggest a new feature or enhancement | ||
labels: enhancement | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Feature Request | ||
Please provide a clear and concise description of the feature or enhancement. | ||
- type: textarea | ||
attributes: | ||
label: What would you like to see added or changed? | ||
placeholder: "Describe your feature request..." | ||
required: true | ||
|
||
- type: input | ||
attributes: | ||
label: Why is this feature important? | ||
placeholder: "Explain the need for this feature..." | ||
required: true | ||
|