copy .github/templates from package feed

The template will be used by issues and pull-request.

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
This commit is contained in:
Alexander Couzens 2017-12-06 00:43:47 +01:00
parent c9e3dd5718
commit 67c8e9dc82
No known key found for this signature in database
GPG key ID: C29E9DA6A0DF8604
2 changed files with 36 additions and 0 deletions

20
.github/issue_template vendored Normal file
View file

@ -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 ```
```

16
.github/pull_request_template vendored Normal file
View file

@ -0,0 +1,16 @@
Please double check that your commits:
- all start with "<package name>: "
- all contain signed-off-by
- are linked to your github account (you see your logo in front of them)
Please also read https://github.com/openwrt/packages/blob/master/CONTRIBUTING.md
Thanks for your contribution
Please remove this text (before ---) and fill the following template
-------------------------------
Maintainer: me / @<github-user>
Compile tested: (put here arch, model, OpenWRT/LEDE version)
Run tested: (put here arch, model, OpenWRT/LEDE version, tests done)
Description: