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