From 3c4a7ee41666481e53aff9263135014a71a8309f Mon Sep 17 00:00:00 2001 From: AkiVer Date: Wed, 5 Jun 2024 19:49:26 +0200 Subject: [PATCH] chore: add app version notice in template --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 +++--- .../{feature_requset.yml => feature_request.yml} | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename .github/ISSUE_TEMPLATE/{feature_requset.yml => feature_request.yml} (94%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 7a562d339..70f8704f3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -6,12 +6,12 @@ body: value: | **Please read this entire template before posting any issue. If your issue does not follow the instructions, it might be closed without notice.** - This form is only for submitting bug reports and must be written in English. + This form is only for submitting bug reports and **must be written in English**. If you have a usage question or are unsure if it's a bug, please post a question in the [Discussions tab](https://github.com/akiver/cs-demo-manager/discussions). - If it's a feature request please use the [feature request form](https://github.com/akiver/cs-demo-manager/issues/new?template=feature_requset.yml). + If it's a feature request please use the [feature request form](https://github.com/akiver/cs-demo-manager/issues/new?template=feature_request.yml). - Before submitting a new bug/issue, please check the links below to see if there is a solution or question posted there already: + Before submitting a new bug/issue, please **make sure your application is up-to-date** and check the links below to see if there is a solution or question posted there already: - If it's related to CS2 please check if it's a known [CS2 limitation](https://cs-demo-manager.com/docs/cs2) - The [documentation](https://cs-demo-manager.com/docs), especially the [Troubleshooting](https://cs-demo-manager.com/docs/installation#troubleshooting) - [Open issues](https://github.com/akiver/cs-demo-manager/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc) diff --git a/.github/ISSUE_TEMPLATE/feature_requset.yml b/.github/ISSUE_TEMPLATE/feature_request.yml similarity index 94% rename from .github/ISSUE_TEMPLATE/feature_requset.yml rename to .github/ISSUE_TEMPLATE/feature_request.yml index e15173b55..a93c78da2 100644 --- a/.github/ISSUE_TEMPLATE/feature_requset.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -7,7 +7,7 @@ body: value: | **Please read this entire template before posting any feature request. If your issue does not follow the instructions, it might be closed without notice.** - This form is only for submitting feature requests and must be written in English. + This form is only for submitting feature requests and **must be written in English**. If you have a usage question please post a question in the [Discussions tab](https://github.com/akiver/cs-demo-manager/discussions). If you encountered a bug, please use the [bug report template](https://github.com/akiver/cs-demo-manager/issues/new?assignees=&labels=&projects=&template=bug_report.yml).