From 8b4166af3d5cff28ec54e24e82d7f4ad6f2a6ed7 Mon Sep 17 00:00:00 2001 From: Deniz <66401072+Oyu07@users.noreply.github.com> Date: Fri, 3 Nov 2023 12:41:01 +0000 Subject: [PATCH] ISSUE TEMPLATES: Moves to boxes - Uses new github issue templates (#23091) * markdown to yaml * Small update * Features- Feature Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> * discord * added comment to docs * exploit report * better text * Slight edit * suggestions --------- Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/bug_report.md | 44 ----------------- .github/ISSUE_TEMPLATE/bug_report.yml | 57 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 12 +++++ .github/ISSUE_TEMPLATE/feature_request.md | 10 ---- 4 files changed, 69 insertions(+), 54 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml create mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 6538cc7eee0..00000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - - - -**Issue Description**: - - - -**What did you expect to happen**: - - - -**What happened instead**: - - - -**Why is this bad/What are the consequences**: - - - -**Steps to reproduce the problem**: - - - -**When did the problem start happening**: - - - -**Extra information**: - diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 00000000000..c10196700f0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,57 @@ +#For more details +# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms +# https://docs.gitea.com/1.19/usage/issue-pull-request-templates +#Be sure to check the docs +# +#Format +#- type: | markdown | textarea | input | checkboxes | +# id: | just an id, no actual relevance | +# attributes: +# label: | Box title | +# description: | Box small text - Description | +# +name: Bug Report +#title: "[Bug]: " | if you want to have a have it automatically say [Bug] when they start the form +description: Create a report to help us improve. +#labels: [Bug] | Auto labels the post, as we do not use this, commenting out, purely as reference + +body: +- type: markdown + attributes: + value: "**IMPORTANT**
If your issue is an ingame exploit that allows players to gain an unfair advantage, or an issue which could affect server stability or security, please file it at https://www.paradisestation.org/forum/179-exploit-reports/ so that it is safe from prying eyes" +- type: textarea + id: Issue + attributes: + label: Issue Description + description: What is the problem? +- type: textarea + id: What-Happened + attributes: + label: What did you expect to happen + description: Why do you think this is an issue? +- type: textarea + id: What-Instead + attributes: + label: What happened instead + description: How is what happened different from what you expected? +- type: textarea + id: Why + attributes: + label: Why is this bad/What are the consequences + description: Why do you think this is an important issue? +- type: textarea + id: How + attributes: + label: Steps to reproduce the problem + description: The most important section. Review everything you did leading up to causing the issue. +- type: textarea + id: When + attributes: + label: When did the problem start happening + description: If your report is about something that used to work but no longer does, when was the last time you remember it working? +- type: textarea + id: Extra-Info + attributes: + label: Extra information + description: If your report is about something that used to work but no longer does, when was the last time you remember it working? + placeholder: Relevant Images, Round ID etc. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000000..9ca46bb1822 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,12 @@ +#DOCS +#https://docs.github.com/en/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#configuring-the-template-chooser +# + +blank_issues_enabled: false +contact_links: +- name: Feature Request + url: https://www.paradisestation.org/forum/60-suggestions/ + about: Please place all feature requests here +- name: Exploit Report + url: https://www.paradisestation.org/forum/179-exploit-reports/ + about: Exploit reports go on the forum diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index a8a0459bcb1..00000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: '' -assignees: '' - ---- - -Please place all features requests here: https://www.paradisestation.org/forum/60-suggestions/