aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/config.yml
diff options
context:
space:
mode:
authorStijn Tintel <stijn@linux-ipv6.be>2022-12-19 19:56:55 +0200
committerStijn Tintel <stijn@linux-ipv6.be>2022-12-21 17:20:15 +0200
commit65e72f8e380e2b5bf55e51e4fe3a26e90f0c2d58 (patch)
tree6951d8b5589d3c9cd47786b13b20005aa2b74654 /.github/ISSUE_TEMPLATE/config.yml
parentf620eb70f1a10385c33a9833e1c97d8c7fef0093 (diff)
downloadupstream-65e72f8e380e2b5bf55e51e4fe3a26e90f0c2d58.tar.gz
upstream-65e72f8e380e2b5bf55e51e4fe3a26e90f0c2d58.tar.bz2
upstream-65e72f8e380e2b5bf55e51e4fe3a26e90f0c2d58.zip
github: add issue template
Add an issue template with required fields, instructions how to easily get some of that required data from the device. Aside from that, also add some links to the OpenWrt contact page, and for feature requests, link to the forum. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to '.github/ISSUE_TEMPLATE/config.yml')
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 0000000000..2bc0d5db2f
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,12 @@
+---
+blank_issues_enabled: false
+contact_links:
+ - name: Feature request
+ url: https://forum.openwrt.org
+ about: The OpenWrt project relies on volunteers. While we appreciate feature requests, we might lack the manpower to handle them. Ideally, you get familiar with the codebase and attempt to contribute the feature yourself. We recommend to post in the forum, as this is the most likely place to receive feedback on feature requests.
+ - name: OpenWrt community
+ url: https://openwrt.org/contact
+ about: Consider reaching out to our community to get help. OpenWrt is a complex software project with many pitfalls; there is a good chance someone can help you solve your issue in no time.
+ - name: OpenWrt documentation
+ url: https://openwrt.org/docs/start
+ about: The OpenWrt documentation contains a lot of valuable information.