diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-03 20:57:13 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-03 20:57:13 +0900 |
| commit | ba17206d13b748932fb3273aa03800ddba413f51 (patch) | |
| tree | 2c3b81e676f198bf80d7ae8365a09ca28ab35b64 /.github/ISSUE_TEMPLATE/feature_request.yml | |
| parent | 80dc7cb37cfbe9a893174597d40ec71c72eee6c0 (diff) | |
oh got it now
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature_request.yml')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 00000000..92bbc2f5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,34 @@ +name: Feature Request +description: I'd like to request additional functionality +labels: ["enhancement"] +body: + - type: markdown + attributes: + value: | + Before opening a new feature, take a moment to search through the current open ones. + + --- + + - type: textarea + id: desc + attributes: + label: Description + description: "Describe your idea" + validations: + required: true + + - type: textarea + id: desc + attributes: + label: Use case + description: "Describe how this feature would be useful to you or to other users of the project." + validations: + required: true + + - type: textarea + id: desc + attributes: + label: Proposed Solution or alternatives + description: "If you have a specific solution in mind, describe it here." + validations: + required: true |
