From 5bae7750a5a227f2b4ddee9fec5a14a4e5f330f3 Mon Sep 17 00:00:00 2001 From: Globallager <72797635+Globallager@users.noreply.github.com> Date: Mon, 29 May 2023 23:25:17 +0800 Subject: [PATCH] chore(github): Add GitHub Pull Request Template --- .github/pull_request_template.md | 41 ++++++++++++++++++++++++++++++++ 1 file changed, 41 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..363fbc3 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,41 @@ + + + +# Description + +## Problem\* + + + +Resolves + +## Summary\* + + + +This PR sets out to + +### Example + + + +Before: + +``` + +``` + +After: + +``` + +``` + +## Additional Context + + + +# PR Checklist\* + +- [ ] I have tested the changes locally. +- [ ] I have formatted the changes with [Prettier](https://prettier.io/) and/or `cargo fmt` on default settings.