Rename pull_request_template (it's text not markdown)
authorEtienne CHAMPETIER <[email protected]>
Fri, 1 Jul 2016 10:34:22 +0000 (10:34 +0000)
committerEtienne CHAMPETIER <[email protected]>
Sat, 2 Jul 2016 06:57:12 +0000 (06:57 +0000)
Signed-off-by: Etienne CHAMPETIER <[email protected]>
.github/pull_request_template [new file with mode: 0644]
.github/pull_request_template.md [deleted file]

diff --git a/.github/pull_request_template b/.github/pull_request_template
new file mode 100644 (file)
index 0000000..8810b07
--- /dev/null
@@ -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 (file)
index 8810b07..0000000
+++ /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 ---)