Skip to content

Commit

Permalink
feat:Added yaml template for bunk mate
Browse files Browse the repository at this point in the history
  • Loading branch information
angrezichatterbox committed Nov 20, 2024
1 parent 944ca4f commit 0f1cab4
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
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!
~
~

0 comments on commit 0f1cab4

Please sign in to comment.