From a0876489e3425931be8b9e310cd1b4906c0c4ec3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Tournayre?= Date: Mon, 24 Nov 2025 23:52:09 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs:=20add=20GitHub=20pull=20re?= =?UTF-8?q?quest=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add standard PR template with sections for summary, changes, testing and checklist. --- .github/pull_request_template.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..9919976 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,17 @@ +## Summary + + + +## Changes + + + +## Testing + + + +## Checklist + +- [ ] Code follows project standards +- [ ] Tests added/updated +- [ ] Documentation updated