diff options
author | Matthijs Lavrijsen <mattiwatti@gmail.com> | 2023-10-04 16:27:59 +0200 |
---|---|---|
committer | Matthijs Lavrijsen <mattiwatti@gmail.com> | 2023-10-04 23:14:44 +0200 |
commit | 375b677e4fb250b054936a243d1d1e8f710eb4ba (patch) | |
tree | 96884e086eb498f13bb7167d40aad15fc7f3158a /.github/ISSUE_TEMPLATE/feature_request.yml | |
parent | 26406e2c93ff0ac8431912c5dd39d5cddd65836e (diff) |
GitHub: add code of conduct, issue templates
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature_request.yml')
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000..844b990 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,25 @@ +name: Feature request +description: Suggest features, modifications or ideas +labels: ["feature"] + +body: + - type: markdown + attributes: + value: Before filing this request, [please check if it hasn't already been suggested before](https://github.com/Mattiwatti/EfiGuard/issues?q=is%3Aissue+label%3Afeature). If it has, please add to the existing issue instead. + + - type: textarea + id: description + attributes: + label: Feature description + description: Briefly describe your idea, suggestion or proposed feature. + validations: + required: true + + - type: textarea + id: implementation + attributes: + label: Implementation + description: Thoughts on possible implementation details go here (optional). + placeholder: Suggest how to implement the feature. + validations: + required: false |