Skip to content

Commit

Permalink
Update PR checklist to remove coverage report reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Brijeshthummar02 committed Nov 23, 2024
1 parent 1623de8 commit 192a85f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Please provide a summary of the change, referencing the issue it fixes, if appli
- [ ] 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).
- [ ] 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).
- [ ] I have made corresponding changes to the documentation, providing clear details on the added or modified functionality (if applicable).

---
Expand All @@ -23,7 +22,12 @@ Please provide a summary of the change, referencing the issue it fixes, if appli
- [ ] I have documented all added classes and methods.
- [ ] For infrastructure updates, I have updated the developer's guide.
- [ ] For significant new features, I have added a section to the getting started guide.
- [ ] A link to the Coveralls report is included for reference: [Coveralls](https://coveralls.io/github/idaholab/MontePy/)

---

### First-Time Contributor Checklist

- [ ] If this is your first contribution, add yourself to `pyproject.toml` if you wish to do so.

---

Expand Down

0 comments on commit 192a85f

Please sign in to comment.