From bd22ee7a3710f6c9d3cd6d70a45b8ff28731b965 Mon Sep 17 00:00:00 2001 From: PentagonLP <85071935+PentagonLP@users.noreply.github.com> Date: Fri, 4 Jun 2021 22:25:10 +0200 Subject: [PATCH] Added report template, fixed some errors, added community involvement --- .../apply-for-default-package-list.md | 5 ++++- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 ++ .github/ISSUE_TEMPLATE/report-user.md | 20 +++++++++++++++++++ 4 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/report-user.md diff --git a/.github/ISSUE_TEMPLATE/apply-for-default-package-list.md b/.github/ISSUE_TEMPLATE/apply-for-default-package-list.md index 3487c51..e962c2f 100644 --- a/.github/ISSUE_TEMPLATE/apply-for-default-package-list.md +++ b/.github/ISSUE_TEMPLATE/apply-for-default-package-list.md @@ -2,7 +2,7 @@ name: Apply for default package list about: Apply for the default package list for one of your packages title: "[Apply for DPL]" -labels: apply for default package list +labels: apply for DPL assignees: '' --- @@ -20,3 +20,6 @@ If you are now asking yourself: "What is a 'packageinfo.ccpt'-file?", then you s **Suggested package ID** You may suggest an ID for your package under which your package will be able to be installed, please make sure that it isn't already taken (eg by issuing the command 'ccpt info '). We can't gurantee though if this ID will be the final one. + +[Please don't change the text below this line] +"The community is encouraged to discuss wether this package meets the requirements listed [here](https://github.com/PentagonLP/ccpt/wiki/How-to-apply-for-the-default-package-list-for-one-of-your-packages) and wether it should end up on the Default Package List. This way, you can help us and the user that applied by pointing out potential issues and ultimately speed up the prcess! Thank you!" ~PentagonLP diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 4584a1f..2e29c8f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -20,7 +20,7 @@ What error message did you get? Please include full error message to make the bu A clear and concise description of what you expected to happen. **CraftOS and Game version** -Which version of CraftOS do you use? Which Minecraft Version are you plaing on? +Which version of CraftOS version do you use? Which Minecraft Version are you plaing on? **Screenshots** If applicable, add screenshots to help explain your problem. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 11eb268..c117972 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,6 +7,8 @@ assignees: '' --- +**This template is for submitting features that are already quite elaborated. If you just have a vague idea, please take a look in the ["Discussions" idea tab](https://github.com/PentagonLP/ccpt/discussions/categories/ideas).** + **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] diff --git a/.github/ISSUE_TEMPLATE/report-user.md b/.github/ISSUE_TEMPLATE/report-user.md new file mode 100644 index 0000000..bbb4fe1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/report-user.md @@ -0,0 +1,20 @@ +--- +name: Report user +about: Report a user violating the code of conduct +title: "[Report]" +labels: report +assignees: PentagonLP + +--- + +**Username** +Who was a bad boy/girl? + +**Description** +What did they do? + +**Evidence** +Please provide as much evidence as possible: Links, screenshots, everything. + +[Please don't change the text below this line] +"The community is encouraged to discuss wether the user hurt the community guidlines and the fate of the user. Wow, that suddenly got dramatic..." ~PentagonLP