From c3330ae4547b74a4864a04ea66e8be4ba1a1b26e Mon Sep 17 00:00:00 2001 From: Jaskowicz1 Date: Wed, 20 Sep 2023 11:33:19 +0100 Subject: [PATCH] refactor: changed templates to properly fix changes from #868 --- .github/PULL_REQUEST_TEMPLATE/code_change_template.md | 2 +- .github/PULL_REQUEST_TEMPLATE/docs_change_template.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/code_change_template.md b/.github/PULL_REQUEST_TEMPLATE/code_change_template.md index e48a017053..d93a1021e7 100644 --- a/.github/PULL_REQUEST_TEMPLATE/code_change_template.md +++ b/.github/PULL_REQUEST_TEMPLATE/code_change_template.md @@ -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. diff --git a/.github/PULL_REQUEST_TEMPLATE/docs_change_template.md b/.github/PULL_REQUEST_TEMPLATE/docs_change_template.md index ad24609b21..7e3512c245 100644 --- a/.github/PULL_REQUEST_TEMPLATE/docs_change_template.md +++ b/.github/PULL_REQUEST_TEMPLATE/docs_change_template.md @@ -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.