From 7812bbf4f870eae2458e73d00189b1ef40a751d5 Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 31 Jul 2024 19:11:00 +0800 Subject: [PATCH] feat: pr template --- .../pull_request_template.md | 31 +++++++++++++++++++ 1 file changed, 31 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..8abf5b0 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,31 @@ +**Pull Request Template** + +--- + +### Title + +*Ensure the title follows the conventional commit message format (e.g., feat(whitelist): add staking contract for taiko)* + +--- + +### Description + +#### What does this PR do? +*Provide a concise summary of the changes this PR introduces.* + +--- + +### Checklist + +*Ensure all items are checked before merging.* + +- [ ] I have followed the conventional commit messages standard. +- [ ] Any whitelisted contracts added are verified. + +--- + +### Additional Notes + +*Any additional information or context that would be helpful for reviewers.* + +--- \ No newline at end of file