add templates for commits and issues

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2018-07-27 07:49:52 -07:00
parent a4a81b0abc
commit 2cf991cc31
3 changed files with 54 additions and 1 deletions

27
.github/ISSUE_TEMPLATE.md vendored Normal file
View file

@ -0,0 +1,27 @@
<!--
If you are reporting a new issue, make sure that we do not have any duplicates
already open. You can ensure this by searching the issue list for this
repository. If there is a duplicate, please close your issue and add a comment
to the existing issue instead.
-->
**Description**
<!--
Briefly describe the problem you are having in a few paragraphs.
-->
**Steps to reproduce the issue:**
1.
2.
3.
**Describe the results you received:**
**Describe the results you expected:**
**Additional information you deem important (e.g. issue happens only occasionally):**
**Additional details (revisions used, host distro, etc.):**

26
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View file

@ -0,0 +1,26 @@
<!--
Please make sure you've read and understood our contributing guidelines.
For additional information on the contribution guidelines:
https://wiki.yoctoproject.org/wiki/Contribution_Guidelines#General_Information
If this PR fixes an issue, make sure your description includes "fixes #xxxx".
If this PR connects to an issue, make sure your description includes "connected to #xxxx".
Please provide the following information:
-->
**- <recipename>: Short log / Statement of what needed to be changed.**
**-(Optional pointers to external resources, such as defect tracking)**
**-The intent of your change.**
**-(Optional, if it's not clear from above) how your change resolves the
issues in the first part.**
**-Tag line(s) at the end.**
**-Signed-off-by: Random J Developer <random@developer.example.org>**

View file

@ -13,7 +13,7 @@ MACHINE_FEATURES = "screen keyboard ext2 ext3 serial"
KERNEL_IMAGETYPE = "vmlinux" KERNEL_IMAGETYPE = "vmlinux"
GDBVERSION = "riscv" GDBVERSION = "riscv"
QEMUVERSION = "riscv" #QEMUVERSION = "riscv"
SERIAL_CONSOLES = "115200;ttyS0 115200;hvc0" SERIAL_CONSOLES = "115200;ttyS0 115200;hvc0"