diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-03 21:01:09 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-03 21:01:09 +0900 |
| commit | ea557fff7a83237ca840fa1e57e71619aa6a664f (patch) | |
| tree | 1a6b038da9f6401c205e708a665695f90ef50060 /.github | |
| parent | ba17206d13b748932fb3273aa03800ddba413f51 (diff) | |
why feature request dont work
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 1 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 0d862bcc..1b6a4674 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,7 @@ name: Bug Report description: Something is not working right labels: ["bug"] + body: - type: checkboxes attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 92bbc2f5..5a6015a7 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,6 +1,7 @@ name: Feature Request description: I'd like to request additional functionality labels: ["enhancement"] + body: - type: markdown attributes: |
