From 18f701fce19936b9f2e572e665fc5f4088949745 Mon Sep 17 00:00:00 2001 From: Archi Date: Fri, 30 Jul 2021 00:56:32 +0200 Subject: [PATCH] Use brand new wiki suggestion form --- .github/ISSUE_TEMPLATE/Wiki-suggestion.yml | 86 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/Wiki_correction.md | 36 --------- 2 files changed, 86 insertions(+), 36 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/Wiki-suggestion.yml delete mode 100644 .github/ISSUE_TEMPLATE/Wiki_correction.md diff --git a/.github/ISSUE_TEMPLATE/Wiki-suggestion.yml b/.github/ISSUE_TEMPLATE/Wiki-suggestion.yml new file mode 100644 index 000000000..b27fcd860 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Wiki-suggestion.yml @@ -0,0 +1,86 @@ +name: 📕 Wiki suggestion +description: All issues related to our wiki documentation, mainly corrections and ideas +labels: ["📕 Wiki", "👀 Evaluation"] +body: + - type: checkboxes + id: checklist + attributes: + label: Checklist + description: Ensure that our wiki suggestion form is appropriate for you. + options: + - label: I read and understood ASF's **[Contributing Guidelines](https://github.com/JustArchiNET/ArchiSteamFarm/blob/main/.github/CONTRIBUTING.md)** + required: true + - label: I also read **[Setting-up](https://github.com/JustArchiNET/ArchiSteamFarm/wiki/Setting-up)** and **[FAQ](https://github.com/JustArchiNET/ArchiSteamFarm/wiki/FAQ)**, I don't need **[help](https://github.com/JustArchiNET/ArchiSteamFarm/blob/main/.github/SUPPORT.md)**, this is a wiki suggestion + required: true + - label: This is not a **[translation issue](https://github.com/JustArchiNET/ArchiSteamFarm/wiki/Localization)** + required: true + - label: This is not **[ASF-ui wiki suggestion](https://github.com/JustArchiNET/ASF-ui/issues/new/choose)** + required: true + - type: input + id: wiki-page + attributes: + label: Wiki page + description: If this is a suggestion regarding an existing wiki page, please link it for reference. If the wiki page doesn't exist, suggest its title. + placeholder: https://github.com/JustArchiNET/ArchiSteamFarm/wiki/??? + validations: + required: true + - type: textarea + id: issue + attributes: + label: The issue + description: Please specify your issue in regards to our wiki documentation. + placeholder: | + If you're reporting a mistake/correction, state what is wrong. + + If you're suggesting an idea, explain the details. + validations: + required: true + - type: textarea + id: wrong-text + attributes: + label: Wrong text + description: The existing text on the wiki which you classify as wrong. + placeholder: | + If you're suggesting a new page, paragraph or other addition to the wiki, then this section is not mandatory. + render: markdown + - type: textarea + id: suggested-improvement + attributes: + label: Suggested improvement + description: The new or corrected text that would satisfy your issue stated above. You may use **[markdown](https://guides.github.com/features/mastering-markdown)** for formatting. + placeholder: | + # Never Gonna Give You Up by Rick Astley + + ## Verse 1 + We're no strangers to love + You know the rules and so do I + A full commitment's what I'm thinking of + You wouldn't get this from any other guy + + ## Pre-Chorus + I just wanna tell you how I'm feeling + Gotta make you understand + + ## Chorus + Never gonna give you up + Never gonna let you down + Never gonna run around and desert you + Never gonna make you cry + Never gonna say goodbye + Never gonna tell a lie and hurt you + + ## More + See **[full version](https://www.youtube.com/watch?v=dQw4w9WgXcQ)**. + render: markdown + validations: + required: true + - type: textarea + id: additional-info + attributes: + label: Additional info + description: Everything else you consider worthy that we didn't ask for. + - type: markdown + attributes: + value: | + --- + #### Thank you for taking the time to fill out this wiki suggestion. diff --git a/.github/ISSUE_TEMPLATE/Wiki_correction.md b/.github/ISSUE_TEMPLATE/Wiki_correction.md deleted file mode 100644 index 547f73dc4..000000000 --- a/.github/ISSUE_TEMPLATE/Wiki_correction.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -name: 📕 Wiki correction -about: All issues related to our wiki documentation, mainly corrections and ideas -title: '' -labels: 📕 Wiki, 👀 Evaluation -assignees: '' - ---- - - - -## Wiki correction - -### Wiki page - - - -### The issue - - - -### Possible solution - - - -### Additional info - -