Skip to content

Commit

Permalink
refactor: changed templates to properly fix changes from #868
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaskowicz1 committed Sep 20, 2023
1 parent 0451361 commit c3330ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE/code_change_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Code change checklist

- [ ] I have ensured that all methods and functions are **fully documented** using doxygen style comments
- [ ] I have ensured that all methods and functions are **fully documented** using doxygen style comments.
- [ ] My code follows the [coding style guide](https://dpp.dev/coding-standards.html).
- [ ] I tested that my change works before raising the PR.
- [ ] I have ensured that I did not break any existing API calls.
Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE/docs_change_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
## Documentation change checklist

- [ ] My documentation changes follow the same style as the rest of the documentation and any examples follow the [coding style guide](https://dpp.dev/coding-standards.html).
- [ ] I tested that my change works before raising the PR (via running `oxygen`, and testing examples).
- [ ] I tested that my change works before raising the PR (via running `doxygen`, and testing examples).
- [ ] I have not moved any existing pages or changed any existing URLs without strong justification as to why.
- [ ] I have not generated content using AI or a desktop utility such as grammarly.

0 comments on commit c3330ae

Please sign in to comment.