-
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
944ca4f
commit 0f1cab4
Showing
1 changed file
with
34 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,34 @@ | ||
name: ✨ Feature request | ||
description: Have a new idea or feature for Bunk-Mate? Please suggest! | ||
labels: ["feature"] | ||
== | ||
body: | ||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: Terms | ||
options: | ||
- label: I have searched [open and closed feature requests](https://github.com/Bunk-Mate/Mobile-App/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement) | ||
required: true | ||
- label: I agree to follow Scribe-Android's [Code of Conduct](https://github.com/Bunk-Mate/Mobile-App/blob/main/CONTRIBUTING.md) | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
placeholder: A brief description of the enhancement you propose (with screenshots if applicable). | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: contribution | ||
attributes: | ||
label: Contribution | ||
placeholder: Let us know if you'd like to help and how :) | ||
validations: | ||
required: false | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for your suggestion! | ||
~ | ||
~ |