diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-03 21:13:24 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-03 21:13:24 +0900 |
| commit | 869bab270b52eaeca8cac3800cb8e160867ada81 (patch) | |
| tree | f2f1a791078e8aad167447bab5b99fb07e65e021 /.github/ISSUE_TEMPLATE/feature.yml | |
| parent | 75f0347f1534cfc1bce8059e2fd8caf1823853b7 (diff) | |
another change on template
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature.yml')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature.yml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml new file mode 100644 index 00000000..0d13534c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -0,0 +1,27 @@ +name: Feature Request +description: I'd like to request additional functionality +labels: ["enhancement"] + +body: + - type: markdown + attributes: + value: | + Before opening a new issue, take a moment to search through the current open ones. + + --- + + - type: textarea + id: desc + attributes: + label: Description + description: "Provide a clear and concise description of the feature you'd like to see added" + validations: + required: true + + - type: textarea + id: desc + attributes: + label: Proposed Solution + description: "If you have a specific solution in mind, describe it here" + validations: + required: true
\ No newline at end of file |
