From 9c02f45c43d9fa80e5deb8f1a30ef99554cae1f2 Mon Sep 17 00:00:00 2001 From: suyash67 Date: Wed, 2 Jul 2025 13:27:11 +0000 Subject: [PATCH 1/2] update default pr template to link to audit template. --- .github/PULL_REQUEST_TEMPLATE/audit.md | 4 +--- .github/pull_request_template.md | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) 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..c409204c7f94 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 template: [Audit PR](?expand=1&template=audit.md). From 6253dfb63fb59392ebdc78d51e117d3464e6b65c Mon Sep 17 00:00:00 2001 From: Suyash Bagad Date: Wed, 2 Jul 2025 15:33:44 +0200 Subject: [PATCH 2/2] Update .github/pull_request_template.md Co-authored-by: ludamad --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c409204c7f94..7f0c7885ccfe 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,3 +1,3 @@ Please read [contributing guidelines](CONTRIBUTING.md) and remove this line. -For audit related pull requests, please use the template: [Audit PR](?expand=1&template=audit.md). +For audit-related pull requests, please use the [audit PR template](?expand=1&template=audit.md).