From 84dabd437baf031f3b0a93d7d6f9720b2e9dbfee Mon Sep 17 00:00:00 2001 From: Niklas Fiekas Date: Wed, 24 Mar 2021 20:06:46 +0100 Subject: [PATCH] try next gen issue templates --- .github/ISSUE_TEMPLATE/bug.md | 21 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ .github/ISSUE_TEMPLATE/other.md | 7 +++++++ .github/issue_template.md | 26 -------------------------- 4 files changed, 36 insertions(+), 26 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/other.md delete mode 100644 .github/issue_template.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000000..a8ab7613e1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,21 @@ +--- +name: Bug report +about: Report something not working on the website. See below for mobile app. +title: '' +labels: bug +assignees: '' +--- + + + +**Exact URL where the bug happened** + +**Steps to reproduce the bug** + +**What did you expect to happen?** + +**What happened instead?** + +**Operating system and browser version** + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..9492759abe --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: Mobile app + url: https://github.com/veloce/lichobile/issues + about: Issues for the mobile app are tracked in a separate repository. Please check for duplicates first. + - name: Support + url: https://discord.gg/pw6Efvk + about: GitHub issues are meant for tracking enhancements and bugs, not general support. Instead, search the Wiki, Lichess Forum, StackOverflow, or join our Discord. diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md new file mode 100644 index 0000000000..19965418bf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other.md @@ -0,0 +1,7 @@ +--- +name: Other +about: Other issue or enhancement for the website. +title: '' +labels: '' +assignees: '' +--- diff --git a/.github/issue_template.md b/.github/issue_template.md deleted file mode 100644 index 8fca02d23c..0000000000 --- a/.github/issue_template.md +++ /dev/null @@ -1,26 +0,0 @@ -