From 12ddf341aad267ecd1b977a084a332a3b7198734 Mon Sep 17 00:00:00 2001 From: Pierre Kancir Date: Wed, 29 Jan 2020 16:15:22 +0100 Subject: [PATCH] .github: update template engine, fix issue template random linking to PR --- .github/ISSUE_TEMPLATE.md | 23 ----------------------- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 4 files changed, 7 insertions(+), 25 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 0988513ada..0000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,23 +0,0 @@ -#### Issue details -_Please describe the problem, or desired feature_ - -#### Version -_What version was the issue encountered with_ - -#### Platform -[ ] All -[ ] AntennaTracker -[ ] Copter -[ ] Plane -[ ] Rover -[ ] Submarine - -#### Airframe type -_What type of airframe (flying wing, glider, hex, Y6, octa etc)_ - -#### Hardware type -_What autopilot hardware was used? (pixhawk, pixracer, PX4FMU etc)_ - -#### Logs -_Please provide a link to any relevant logs that show the issue_ - diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7bc9703f7f..2eb4308f51 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -9,7 +9,7 @@ Questions and user problems should be directed at the forum (http://discuss.ardu _**Please be very sure you have found a bug when opening this issue**_ If there was a previous discussion in the forum, link to it -### Bug report +## Bug report **Issue details** diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..84ea1a466b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: User Support and General Questions + url: https://discuss.ardupilot.org/ + about: Please ask on https://discuss.ardupilot.org/ diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 6f65b636a2..61828c2bd0 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -9,7 +9,7 @@ Questions and user problems should be directed at the forum (http://discuss.ardu _**Please do a careful search before opening this, there are already a lot of feature requests**_ If there was a previous discussion in the forum, link to it -### Feature request +## Feature request **Is your feature request related to a problem? Please describe.** _A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]_