Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Pull Request Checklist #592

Merged
merged 3 commits into from
Nov 23, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
<!--
If you are a first-time contributor to MontePy,
refer the developing guidelines at:
refer to the developing guidelines at:
https://idaholab.github.io/MontePy/developing.html
-->

# Description

Please include a summary of the change and which issue is fixed if applicable. Please also include relevant motivation and context.
Please include a summary of the change and which issue is fixed, if applicable. Please also include relevant motivation and context.

Fixes # (issue)

# Checklist

- [ ] I have performed a self-review of my own code
- [ ] I have made corresponding changes to the documentation (if applicable)
- [ ] I have added tests that prove my fix is effective or that my feature works (if applicable)
- [ ] I have performed a self-review of my own code.
- [ ] The code follows the standards outlined in the [development documentation](https://idaholab.github.io/MontePy/developing.html).
MicahGale marked this conversation as resolved.
Show resolved Hide resolved
- [ ] I have made corresponding changes to the documentation, providing clear details on the added or modified functionality (if applicable).
Brijeshthummar02 marked this conversation as resolved.
Show resolved Hide resolved
- [ ] I have added tests that prove my fix is effective or that my feature works (if applicable).
- [ ] I have checked that my code achieves the required test coverage, and I have included coverage reports (if applicable).
Brijeshthummar02 marked this conversation as resolved.
Show resolved Hide resolved
<!--
While tests will automatically be checked by CI, it is good practice to
ensure that they pass locally first.
Expand Down