Skip to content

Commit

Permalink
Merge pull request #111 from yardasol/pr-template-advancement
Browse files Browse the repository at this point in the history
PR template advancement
  • Loading branch information
yardasol authored Jan 28, 2022
2 parents f007d9e + 0e77bf2 commit 41c658c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ assignees: ''
---

## Expected behavior
A clear and concise description of what you expected to happen.
<!-- A clear and concise description of what you expected to happen. -->

## Describe the bug
A clear and concise description of what the bug is.
<!-- A clear and concise description of what the bug is. -->

## To Reproduce
Steps to reproduce the behavior:
Expand All @@ -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.
<!-- If applicable, add program output with triple backticks, a gist of your output, or a screenshot to help explain your problem. -->

## System Specifications:
<!-- At a minimum, include the SaltProc version and versions of software directly related to the bug-->
Expand Down
6 changes: 4 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 41c658c

Please sign in to comment.