From 66a76065ff14db75a2adc341cf2a2a496b31c5fd Mon Sep 17 00:00:00 2001 From: yardasol Date: Fri, 28 Jan 2022 13:07:56 -0600 Subject: [PATCH 1/2] added new checkboxes to pr template --- .github/pull_request_template.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 40ec999d2..f63c7e90b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -14,8 +14,10 @@ - [ ] I have read the **CONTRIBUTING** document. - [ ] My code follows the code style of this project. - [ ] My change requires a change to the documentation. -- [ ] I have updated the documentation accordingly. -- [ ] I have added tests to cover my changes. + - [ ] I have updated the documentation accordingly. +- [ ] My change is a source code change + - [ ] I have added/modified tests to cover my changes + - [ ] I have explained why my change does not require new/modified tests - [ ] All new and existing tests passed. - [ ] CI tests pass - [ ] Local tests pass (including Serpent2 integration tests) From 0e77bf2df3184a948678125036c4235a10e860f3 Mon Sep 17 00:00:00 2001 From: yardasol Date: Fri, 28 Jan 2022 13:11:18 -0600 Subject: [PATCH 2/2] make guiding comments actual comments --- .github/ISSUE_TEMPLATE/bug_report.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8b90c2877..ca4a20322 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,10 +8,10 @@ assignees: '' --- ## Expected behavior -A clear and concise description of what you expected to happen. + ## Describe the bug -A clear and concise description of what the bug is. + ## To Reproduce Steps to reproduce the behavior: @@ -21,7 +21,7 @@ Steps to reproduce the behavior: 4. ## Supporting Informatioon -If applicable, add program output with triple backticks, a gist of your output, or a screenshot to help explain your problem. + ## System Specifications: