From ae3ea23607f8fec9287d340ceef0d8214fd4f872 Mon Sep 17 00:00:00 2001 From: "Dongjia \"toka\" Zhang" Date: Mon, 17 Feb 2025 16:05:33 +0100 Subject: [PATCH] PR Template (#2997) --- .github/PULL_REQUEST_TEMPLATE.md | 6 ++++++ 1 file changed, 6 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 0000000000..5bd1f81ef5 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,6 @@ +## Pull Request Checklist + +Please make sure you've completed the following steps before submitting: + +- [ ] I have run `./script/fmt_all.sh` to format the code +- [ ] I have run `./script/clippy.sh` and fixed all errors/warnings \ No newline at end of file