From b36054eed5d0320d97f63b477cf75aaa7fe94ee2 Mon Sep 17 00:00:00 2001 From: lodev09 Date: Tue, 16 Dec 2025 15:58:57 +0800 Subject: [PATCH] chore: add PR template and update labels in workflows --- .github/PULL_REQUEST_TEMPLATE.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 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..282a841 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,25 @@ +## Summary + + + +## Type of Change + +- [ ] Bug fix +- [ ] New feature +- [ ] Breaking change +- [ ] Documentation update + +## Test Plan + + + +## Screenshots / Videos + + + +## Checklist + +- [ ] I tested on iOS +- [ ] I tested on Android +- [ ] I tested on Web +- [ ] I updated the documentation (if needed)