diff --git a/.github/PULL_REQUEST_TEMPLATE/audit.md b/.github/PULL_REQUEST_TEMPLATE/audit.md index f3433d6af95b..7e2317d93732 100644 --- a/.github/PULL_REQUEST_TEMPLATE/audit.md +++ b/.github/PULL_REQUEST_TEMPLATE/audit.md @@ -1,5 +1,3 @@ - - ### 🧾 Audit Context Provide a brief summary of the internal audit finding or refactor motivation. @@ -15,7 +13,7 @@ Provide a brief summary of the internal audit finding or refactor motivation. - [ ] Audited all methods of the relevant module/class - [ ] Audited the interface of the module/class with other (relevant) components - [ ] Documented existing functionality and any changes made (as per Doxygen requirements) -- [ ] Resolved and/or closed all issues/TODOs pertaining to the audited files +- [ ] Resolved and/or closed all issues/TODOs pertaining to the audited files - [ ] Confirmed and documented any security or other issues found (if applicable) - [ ] Verified that tests cover all critical paths (and added tests if necessary) - [ ] Updated audit tracking for the files audited (check the start of each file you audited) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index a1f753ae6179..7f0c7885ccfe 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1 +1,3 @@ Please read [contributing guidelines](CONTRIBUTING.md) and remove this line. + +For audit-related pull requests, please use the [audit PR template](?expand=1&template=audit.md).