From 876b6fc04f8151f9093c6275109e939917e38fe9 Mon Sep 17 00:00:00 2001 From: Karl F Date: Tue, 5 Jul 2022 08:29:44 +0000 Subject: [PATCH] Have fancy bug reporting This generates a menu when trying to open a new issue, with links to FAQ, manual, forum for feature requests, transifex for lanugage contributions. --- .../bug_report.md} | 8 ++++++- .github/ISSUE_TEMPLATE/config.yml | 23 +++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) rename .github/{issue_template.md => ISSUE_TEMPLATE/bug_report.md} (75%) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/issue_template.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 75% rename from .github/issue_template.md rename to .github/ISSUE_TEMPLATE/bug_report.md index 2d9dd6b967e..cccf3a4c5d6 100644 --- a/.github/issue_template.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,10 +1,16 @@ +--- +title: +name: đŸĒŗ Report a bug +about: Report a defect or unexpected behaviour. Do not use this for feature suggestions. +note: See FAQ on how to report bugs and crashes, and common causes +--- + - ### Observed behaviour diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000000..a49adfb31be --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,23 @@ +blank_issues_enabled: false +contact_links: + - name: "💡 Suggest a feature" + url: https://pioneerspacesim.net/forum + about: Feature requests and development discussions go on the forum - not on the issue tracker + - name: "❓ Pioneer FAQ" + url: https://pioneerwiki.com/wiki/FAQ + about: Others might have had the same question before. + - name: "ℹī¸ Pioneer Manual" + url: https://pioneerwiki.com/wiki/Manual + about: Manual for the game + - name: "🚀 Pioneer Flight Manual" + url: https://pioneerwiki.com/wiki/Basic_flight + about: Manual for flying + - name: "🆘 Get in touch with other players" + url: https://spacesimcentral.com/community/pioneer/ + about: Community forum is for players sharing + - name: "👨‍đŸ’ģ Get in touch with developers" + url: https://kiwiirc.com/client/irc.libera.chat/pioneer + about: Developers coordinate through IRC (mostly inactive during CET night). + - name: "đŸ—Ŗī¸ Contribute language translation" + url: https://www.transifex.com/pioneer/pioneer/dashboard/ + about: All translations and language improvements are entirely community driven