Add an issue template
authorYousong Zhou <redacted>
Thu, 25 Aug 2016 11:56:16 +0000 (19:56 +0800)
committerYousong Zhou <redacted>
Thu, 25 Aug 2016 12:32:50 +0000 (20:32 +0800)
So that maintainers can receive at least one notification at the issue
creation time ;)

Signed-off-by: Yousong Zhou <redacted>
.github/issue_template [new file with mode: 0644]

diff --git a/.github/issue_template b/.github/issue_template
new file mode 100644 (file)
index 0000000..72ff537
--- /dev/null
@@ -0,0 +1,20 @@
+Please make sure that the issue subject starts with `<package-name>: ` so that it's easily identifiable.
+
+This repo here is ONLY for packages maintained in this repo.  For base packages residing in the same repo as the build system and maintained by core devs, please consider opening tickets there for more timely responses
+
+ - OpenWrt: https://dev.openwrt.org/newticket
+ - LEDE: https://bugs.lede-project.org/
+ - Most LuCI packages: https://github.com/openwrt/luci/issues
+
+Thanks for your contribution
+Please remove this text (before ---) and fill the following template
+-------------------------------
+
+Maintainer: @<github-user> (find it by checking history of the package Makefile)
+Environment: (put here arch, model, OpenWRT/LEDE version)
+
+Description:
+
+```
+Formating code blocks by wrapping them with pairs of ```
+```
git clone https://git.99rst.org/PROJECT