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 | |
| parent | 80dc7cb37cfbe9a893174597d40ec71c72eee6c0 (diff) | |
oh got it now
Diffstat (limited to '.github/ISSUE_TEMPLATE')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml (renamed from .github/ISSUE_TEMPLATE/bug_report.md) | 7 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yml (renamed from .github/ISSUE_TEMPLATE/feature_request.md) | 7 |
2 files changed, 0 insertions, 14 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.yml index 21cc811d..0d862bcc 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,10 +1,3 @@ ---- -name: Bug report -about: Create a report to help us improve -title: "[Bug]: Short description of the issue" -labels: "Something isn't working" ---- - name: Bug Report description: Something is not working right labels: ["bug"] diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.yml index b3ac7aa6..92bbc2f5 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,10 +1,3 @@ ---- -name: Feature request -about: Suggest a feature for this project -title: "[Feature Request]: I'd like to request additional functionality or changes" -labels: "enhancement, feature request" ---- - name: Feature Request description: I'd like to request additional functionality labels: ["enhancement"] |
