You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ Before you mark your PR as ready for review, please ensure that you've considere
13
13
## Type of change
14
14
-[ ] New Feature: A non-breaking change that adds new functionality.
15
15
-[ ] Optimization: A code change that improves performance.
16
+
-[ ] Examples: A change to existing or additional examples.
16
17
-[ ] Bug Fix: A non-breaking change that addresses an issue.
17
18
-[ ] Documentation: Updates to documentation or new documentation for new features.
18
19
-[ ] Refactoring: Non-functional changes that improve the codebase.
@@ -24,7 +25,7 @@ Before you mark your PR as ready for review, please ensure that you've considere
24
25
25
26
-[ ] No style issues: `$ pre-commit run` (or `$ nox -s pre-commit`) (see [CONTRIBUTING.md](https://github.com/pybop-team/PyBOP/blob/develop/CONTRIBUTING.md#installing-and-using-pre-commit) for how to set this up to run automatically when committing locally, in just two lines of code)
26
27
-[ ] All unit tests pass: `$ nox -s tests`
27
-
-[ ] The documentation builds: `$ nox -s docs`
28
+
-[ ] The documentation builds: `$ nox -s doctest`
28
29
29
30
You can run integration tests, unit tests, and doctests together at once, using `$ nox -s quick`.
0 commit comments