From 7703d53d6e08a8d9ae747af99830aff4048aba27 Mon Sep 17 00:00:00 2001 From: "sudo-infra-app[bot]" Date: Tue, 21 Apr 2026 12:56:10 +0000 Subject: [PATCH] chore: Add PR template --- .../pull_request_template.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 0000000..2172a78 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,15 @@ + ## Issue +_Link to the issue resolved by this PR._ + +## Description +_Description of the approach taken to solve the issue._ + +## How to test +_How to verify the changes._ + +## Checklist +- [ ] No redundant \`print()\` statements, commented-out code, or other remnants from the development ๐Ÿ‘€ +- [ ] New/refactored code is following same conventions as the rest of the code base ๐Ÿงฌ +- [ ] New/refactored code is tested โš™ +- [ ] Documentation has been updated ๐Ÿงพ +- [ ] Commits are semantic โœ… \ No newline at end of file