diff options
| author | Andrei Gherzan <andrei@gherzan.ro> | 2017-05-12 20:41:05 +0100 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2017-05-12 20:41:05 +0100 |
| commit | 135a7ae55f145caee62d8abf88bf46303ed8b0c9 (patch) | |
| tree | 0fed8e47a2efe4f2d36ba314cc85710842f4d179 | |
| parent | 63aa85268cc69f236bb90ce813598af1a433d4df (diff) | |
| download | meta-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.md | 16 |
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 | <!-- | ||
| 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** | ||
