summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2017-05-12 20:41:05 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2017-05-12 20:41:05 +0100
commit135a7ae55f145caee62d8abf88bf46303ed8b0c9 (patch)
tree0fed8e47a2efe4f2d36ba314cc85710842f4d179
parent63aa85268cc69f236bb90ce813598af1a433d4df (diff)
downloadmeta-raspberrypi-135a7ae55f145caee62d8abf88bf46303ed8b0c9.tar.gz
PULL_REQUEST_TEMPLATE.md: Add pull request template
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000..223f23a
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,16 @@
1<!--
2Please make sure you've read and understood our contributing guidelines.
3
4For additional information on the contribution guidelines:
5https://wiki.yoctoproject.org/wiki/Contribution_Guidelines#General_Information
6
7If this PR fixes an issue, make sure your description includes "fixes #xxxx".
8
9If this PR connects to an issue, make sure your description includes "connected to #xxxx".
10
11Please provide the following information:
12-->
13
14**- What I did**
15
16**- How I did it**