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"