diff options
| author | Andrei Gherzan <andrei@gherzan.com> | 2017-05-15 12:25:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-15 12:25:24 +0100 |
| commit | a438f1d5141ea08927474e3b121fbd5a4483bc3a (patch) | |
| tree | 0fed8e47a2efe4f2d36ba314cc85710842f4d179 | |
| parent | d9e94b87a7e5caf9deb0091cd8b2eca09b091d2e (diff) | |
| parent | 135a7ae55f145caee62d8abf88bf46303ed8b0c9 (diff) | |
| download | meta-raspberrypi-a438f1d5141ea08927474e3b121fbd5a4483bc3a.tar.gz | |
Merge pull request #69 from agherzan/github
GitHub templates
| -rw-r--r-- | .github/ISSUE_TEMPLATE.md | 27 | ||||
| -rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 16 |
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 | <!-- | ||
| 2 | If you are reporting a new issue, make sure that we do not have any duplicates | ||
| 3 | already open. You can ensure this by searching the issue list for this | ||
| 4 | repository. If there is a duplicate, please close your issue and add a comment | ||
| 5 | to the existing issue instead. | ||
| 6 | --> | ||
| 7 | |||
| 8 | **Description** | ||
| 9 | |||
| 10 | <!-- | ||
| 11 | Briefly describe the problem you are having in a few paragraphs. | ||
| 12 | --> | ||
| 13 | |||
| 14 | **Steps to reproduce the issue:** | ||
| 15 | 1. | ||
| 16 | 2. | ||
| 17 | 3. | ||
| 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 | <!-- | ||
| 2 | Please make sure you've read and understood our contributing guidelines. | ||
| 3 | |||
| 4 | For additional information on the contribution guidelines: | ||
| 5 | https://wiki.yoctoproject.org/wiki/Contribution_Guidelines#General_Information | ||
| 6 | |||
| 7 | If this PR fixes an issue, make sure your description includes "fixes #xxxx". | ||
| 8 | |||
| 9 | If this PR connects to an issue, make sure your description includes "connected to #xxxx". | ||
| 10 | |||
| 11 | Please provide the following information: | ||
| 12 | --> | ||
| 13 | |||
| 14 | **- What I did** | ||
| 15 | |||
| 16 | **- How I did it** | ||
