aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorYasin <LifeIsAParadox@users.noreply.github.com>2023-10-18 00:16:27 +0200
committerGitHub <noreply@github.com>2023-10-17 18:16:27 -0400
commite5679e02586d591c4c059b80b749809b60efe843 (patch)
tree6c8fb07633eb4b6595198ce74ba5a58afa7f7b45 /.github
parentbf10b5a1337d887886f2490927951a5f82532b3a (diff)
downloadSkyblocker-e5679e02586d591c4c059b80b749809b60efe843.tar.gz
Skyblocker-e5679e02586d591c4c059b80b749809b60efe843.tar.bz2
Skyblocker-e5679e02586d591c4c059b80b749809b60efe843.zip
fix issue_template (#369)
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml2
-rw-r--r--.github/ISSUE_TEMPLATE/crash_report.yml2
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 13f9e756..72f0fc8c 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -37,7 +37,7 @@ body:
options:
- 1.20.2
- 1.20.1
- - 1.20.0
+ - 1.20
validations:
required: true
- type: input
diff --git a/.github/ISSUE_TEMPLATE/crash_report.yml b/.github/ISSUE_TEMPLATE/crash_report.yml
index 31828e76..ae477210 100644
--- a/.github/ISSUE_TEMPLATE/crash_report.yml
+++ b/.github/ISSUE_TEMPLATE/crash_report.yml
@@ -18,7 +18,7 @@ body:
options:
- 1.20.2
- 1.20.1
- - 1.20.0
+ - 1.20
validations:
required: true
- type: input
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml
index cb42e124..4ec65bed 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.yml
+++ b/.github/ISSUE_TEMPLATE/feature_request.yml
@@ -1,6 +1,6 @@
name: Feature Request
description: Ask for new feature
-labels: [enhancement]
+labels: [new feature]
body:
- type: markdown
attributes: