diff options
| author | Jiri Slachta | 2017-12-06 08:11:39 +0000 |
|---|---|---|
| committer | GitHub | 2017-12-06 08:11:39 +0000 |
| commit | 8244f2af61dad1f8104b7060267959373075b50e (patch) | |
| tree | 863fdd9f94aaebafca3cbc9a060c65fd96c3eb4e | |
| parent | 90c264a8fbebec6d2e760bfedcdf4efe4837b8a2 (diff) | |
| parent | 67c8e9dc822047864a470f5e697969ad17a6a384 (diff) | |
| download | telephony-8244f2af61dad1f8104b7060267959373075b50e.tar.gz | |
Merge pull request #222 from lynxis/github_template
copy .github/templates from package feed
| -rw-r--r-- | .github/issue_template | 20 | ||||
| -rw-r--r-- | .github/pull_request_template | 16 |
2 files changed, 36 insertions, 0 deletions
diff --git a/.github/issue_template b/.github/issue_template new file mode 100644 index 0000000..72ff537 --- /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 ``` +``` diff --git a/.github/pull_request_template b/.github/pull_request_template new file mode 100644 index 0000000..4114755 --- /dev/null +++ b/.github/pull_request_template @@ -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: |