feat: implement issue and pr templates
This commit is contained in:
17
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
17
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
<!-- 🎉 Thank you for submitting a PR! Before submitting, please review the following checklist: -->
|
||||
|
||||
- [ ] 📘 I've reviewed the [OpenZeppelin Contributor Guidelines](/docs/CONTRIBUTING.md)
|
||||
- [ ] ✅ I've added tests where applicable to test my new functionality.
|
||||
- [ ] 📖 I've made sure that my contracts are well-documented.
|
||||
- [ ] 🎨 I've run the JavaScript linter (`npm run lint:fix`) and fixed all issues.
|
||||
|
||||
<!-- **Does this close any open issues?** If so, list them here. -->
|
||||
|
||||
Fixes #
|
||||
|
||||
---
|
||||
|
||||
# 🚀 Description
|
||||
|
||||
<!-- Describe the changes introduced in this pull request -->
|
||||
<!-- Include any context necessary for understanding the PR's purpose. -->
|
||||
Reference in New Issue
Block a user