From 2c508c85cea7a6e4c8bccc4f2aeff624f0de3ccf Mon Sep 17 00:00:00 2001 From: Duc Tho Tran Date: Fri, 29 Sep 2023 14:12:54 +0700 Subject: [PATCH] feat: add pull_request_template.md --- pull_request_template.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 pull_request_template.md diff --git a/pull_request_template.md b/pull_request_template.md new file mode 100644 index 00000000..94c05ca0 --- /dev/null +++ b/pull_request_template.md @@ -0,0 +1,6 @@ +### Description + +### Checklist +- [ ] I have clearly commented on all the main functions following the [NatSpec Format](https://docs.soliditylang.org/en/v0.8.0/natspec-format.html) +- [ ] The box that allows repo maintainers to update this PR is checked +- [ ] I tested locally to make sure this feature/fix works