diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-03 21:24:58 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-03 21:24:58 +0900 |
| commit | b2974905ff7e2d2efd239e0638af5bde1bc4d6db (patch) | |
| tree | 82c260806e7bcb3e712aaa42a7b6db9b867a9056 /.github/ISSUE_TEMPLATE | |
| parent | 3595d89367e7d563320a6df2b93176adef396506 (diff) | |
Oh its a new github issue template :)
Diffstat (limited to '.github/ISSUE_TEMPLATE')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug.yml | 3 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature.yml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 1b6a4674..329c67a1 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -1,6 +1,9 @@ name: Bug Report description: Something is not working right +title: "[Bug]: " labels: ["bug"] +assignees: + - Ja.KooLit body: - type: checkboxes diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index f657365a..776dc364 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -1,6 +1,9 @@ name: Feature Request description: I'd like to propose some changes and enhancements +title: "[Enhancement]: " labels: ["enhancement"] +assignees: + - Ja.KooLit body: - type: checkboxes |
