Browse Source

add templates for commits and issues

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj 5 years ago
parent
commit
2cf991cc31
3 changed files with 54 additions and 1 deletions
  1. 27 0
      .github/ISSUE_TEMPLATE.md
  2. 26 0
      .github/PULL_REQUEST_TEMPLATE.md
  3. 1 1
      conf/machine/qemuriscv64.conf

+ 27 - 0
.github/ISSUE_TEMPLATE.md

@@ -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 - 0
.github/PULL_REQUEST_TEMPLATE.md

@@ -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>**
+

+ 1 - 1
conf/machine/qemuriscv64.conf

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