[U-Boot] [PATCH] Add a github template telling people to not use pull requests there

Tom Rini trini at konsulko.com
Thu Dec 27 14:22:55 UTC 2018


On our mirror account on github we have gotten a handful of pull
requests.  At this time github does not allow you to disable pull
requests on a project.  The generally suggested work-around is to add a
pull request template that tells people to not use that workflow.  Add
one here that points to the wiki page on submitted patches.

Signed-off-by: Tom Rini <trini at konsulko.com>
---
 .github/pull_request_template.md | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 .github/pull_request_template.md

diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 000000000000..23599b97c0e2
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,3 @@
+Please do not submit a Pull Request via github.  Our project makes use of
+mailing lists for patch submission and review.  For more details please
+see https://www.denx.de/wiki/U-Boot/Patches
-- 
2.7.4



More information about the U-Boot mailing list