summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.com>2017-05-15 12:25:24 +0100
committerGitHub <noreply@github.com>2017-05-15 12:25:24 +0100
commita438f1d5141ea08927474e3b121fbd5a4483bc3a (patch)
tree0fed8e47a2efe4f2d36ba314cc85710842f4d179
parentd9e94b87a7e5caf9deb0091cd8b2eca09b091d2e (diff)
parent135a7ae55f145caee62d8abf88bf46303ed8b0c9 (diff)
downloadmeta-raspberrypi-a438f1d5141ea08927474e3b121fbd5a4483bc3a.tar.gz
Merge pull request #69 from agherzan/github
GitHub templates
-rw-r--r--.github/ISSUE_TEMPLATE.md27
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md16
2 files changed, 43 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 0000000..ea2697d
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,27 @@
1<!--
2If you are reporting a new issue, make sure that we do not have any duplicates
3already open. You can ensure this by searching the issue list for this
4repository. If there is a duplicate, please close your issue and add a comment
5to the existing issue instead.
6-->
7
8**Description**
9
10<!--
11Briefly describe the problem you are having in a few paragraphs.
12-->
13
14**Steps to reproduce the issue:**
151.
162.
173.
18
19**Describe the results you received:**
20
21
22**Describe the results you expected:**
23
24
25**Additional information you deem important (e.g. issue happens only occasionally):**
26
27**Additional details (revisions used, host distro, etc.):**
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**