Skip to content

Commit 92c3651

Browse files
committed
fix: ISSUE_TEMPLATES other issues
1 parent d2965d1 commit 92c3651

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ body:
88
value: >-
99
Thank you for taking the time to file this issue to report a bug. Before doing so, please make sure you have completed the following preparatory steps:
1010
11+
1112
- I’ve already gone to [GitHub Actions](https://github.com/WhatDamon/PerformTracker-Mod/actions/workflows/build.yml) to download and use the latest automated build version, but the bug is still there.
1213
1314
- I have searched and confirmed that there are no duplicate issues.
1415
1516
- I understand that this issue will be closed if the information is incomplete.
1617
18+
1719
If you have already completed the necessary preparations, please fill out the form.
1820
- type: input
1921
id: minecraft-version

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Others
4-
url: https://github.com/WhatDamon/PerformTracker/discussions/new/choose
4+
url: https://github.com/WhatDamon/PerformTracker-Mod/discussions/new/choose
55
about: Report other problems in Discussions.

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ body:
88
value: |
99
Thanks for taking the time to suggest a new feature! Before doing so, please make sure you have completed the following preparatory steps:
1010
11+
1112
- I have searched and confirmed that there are no duplicate issues.
1213
1314
- I understand that this issue will be closed if the information is incomplete.
1415
16+
1517
If you have already completed the necessary preparations, please fill out the form.
1618
- type: textarea
1719
id: summary

0 commit comments

Comments
 (0)