-
-
Notifications
You must be signed in to change notification settings - Fork 380
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This generates a menu when trying to open a new issue, with links to FAQ, manual, forum for feature requests, transifex for lanugage contributions.
- Loading branch information
Showing
2 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
8 changes: 7 additions & 1 deletion
8
.github/issue_template.md → .github/ISSUE_TEMPLATE/bug_report.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |