From 2cf991cc3191c1df88edc4ec7883429c43933b7e Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 27 Jul 2018 07:49:52 -0700 Subject: [PATCH] add templates for commits and issues Signed-off-by: Khem Raj --- .github/ISSUE_TEMPLATE.md | 27 +++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 26 ++++++++++++++++++++++++++ conf/machine/qemuriscv64.conf | 2 +- 3 files changed, 54 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md 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 @@ + + +**Description** + + + +**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.):** diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..6611b42 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,26 @@ + + +**- : 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 ** + diff --git a/conf/machine/qemuriscv64.conf b/conf/machine/qemuriscv64.conf index e663206..9fa422d 100644 --- a/conf/machine/qemuriscv64.conf +++ b/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"