From 3183015e1e1573eae69717f66685c880439c7f2f Mon Sep 17 00:00:00 2001
From: Alberto Bursi <alberto.bursi@outlook.it>
Date: Mon, 6 Mar 2017 19:37:47 +0100
Subject: [PATCH] github: include pull request template

This text is used by GitHub to remind important things to
people sending PRs through the GitHub's web interface.
See here for more information
https://github.com/blog/2111-issue-and-pull-request-templates

It links to the wiki page about submission rules.

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
---
 .github/pull_request_template | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 .github/pull_request_template

diff --git a/.github/pull_request_template b/.github/pull_request_template
new file mode 100644
index 0000000000..b344c2119c
--- /dev/null
+++ b/.github/pull_request_template
@@ -0,0 +1,8 @@
+Thanks for your contribution to the LEDE project!
+
+To help keep the codebase consistent and readable,
+and to help people review your contribution,
+we ask you to follow the rules you find in the wiki at this link
+https://lede-project.org/submitting-patches
+
+Please remove this message before posting the pull request.
-- 
2.30.2