From 89e8ba0b53f8e1e80517af100916146838c4debd Mon Sep 17 00:00:00 2001 From: Junwoo Hwang Date: Tue, 23 May 2023 21:17:28 +0900 Subject: [PATCH] Issue Template: Switch to YAML for direct links --- .github/ISSUE_TEMPLATE/3_Support_question.md | 13 ------------- .github/ISSUE_TEMPLATE/4_Documentation_issue.md | 11 ----------- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ 3 files changed, 8 insertions(+), 24 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/3_Support_question.md delete mode 100644 .github/ISSUE_TEMPLATE/4_Documentation_issue.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/3_Support_question.md b/.github/ISSUE_TEMPLATE/3_Support_question.md deleted file mode 100644 index 7c331f2dc1..0000000000 --- a/.github/ISSUE_TEMPLATE/3_Support_question.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: ⛔ Support Question -about: See http://discuss.px4.io/ for questions about using PX4. - ---- - -## Attention! Please read the note below - -We use GitHub issues only to discuss PX4 bugs and new features. - -**For questions about using PX4 or related components, please use [PX4 Discuss](http://discuss.px4.io/).** - -Thanks! diff --git a/.github/ISSUE_TEMPLATE/4_Documentation_issue.md b/.github/ISSUE_TEMPLATE/4_Documentation_issue.md deleted file mode 100644 index 0e14e82cc5..0000000000 --- a/.github/ISSUE_TEMPLATE/4_Documentation_issue.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -name: ⛔ Documentation Issue -about: See https://github.com/PX4/px4_user_guide for documentation issues - ---- - -## Attention! Please read the note below - -**Please submit the documentation issue to the [User Guide](https://github.com/PX4/px4_user_guide) repository.** - -Thanks! diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..92ab6b5184 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: Support Question + url: https://docs.px4.io/main/en/contribute/support.html#forums-and-chat + about: For questions about using PX4 or related components, please use the discuss forum and discord server + - name: Documentation Issue + url: https://github.com/PX4/PX4-user_guide/issues + about: If you found an issue in documentation, please submit it directly to the docs repository issues