From 2c01e03bb5842db7b0882a72f0569a111971563b Mon Sep 17 00:00:00 2001 From: Etienne CHAMPETIER <champetier.etienne@gmail.com> Date: Fri, 1 Jul 2016 10:34:22 +0000 Subject: Rename pull_request_template (it's text not markdown) Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com> --- .github/pull_request_template | 16 ++++++++++++++++ .github/pull_request_template.md | 16 ---------------- 2 files changed, 16 insertions(+), 16 deletions(-) create mode 100644 .github/pull_request_template delete mode 100644 .github/pull_request_template.md (limited to '.github') diff --git a/.github/pull_request_template b/.github/pull_request_template new file mode 100644 index 000000000..8810b07c5 --- /dev/null +++ b/.github/pull_request_template @@ -0,0 +1,16 @@ +Maintainer: me / @<github-user> / name <email> +Compile tested: (put here arch, model, OpenWRT/LEDE version) +Run tested: (put here arch, model, OpenWRT/LEDE version, tests done) + +Description: + +------------------------------- +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 +To finish, please remove this text (from ---) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 8810b07c5..000000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,16 +0,0 @@ -Maintainer: me / @<github-user> / name <email> -Compile tested: (put here arch, model, OpenWRT/LEDE version) -Run tested: (put here arch, model, OpenWRT/LEDE version, tests done) - -Description: - -------------------------------- -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 -To finish, please remove this text (from ---) -- cgit v1.2.3