diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2016-08-25 19:56:16 +0800 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2016-08-25 20:32:50 +0800 |
commit | 0be823dfc9f6d6f5383cae08ce2232e88881e048 (patch) | |
tree | ea5eefb7159ca7357c49719d0c528c27405bb29d /.github | |
parent | dc6c28b446abf0b1e5e4e8ff81d6d99a0cfb9d8b (diff) |
Add an issue template
So that maintainers can receive at least one notification at the issue
creation time ;)
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/issue_template | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.github/issue_template b/.github/issue_template new file mode 100644 index 000000000..72ff537e4 --- /dev/null +++ b/.github/issue_template @@ -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 ``` +``` |