|
@@ -1,17 +1,20 @@
|
|
|
<!-- 0. 🎉 Thank you for submitting a PR! -->
|
|
|
|
|
|
-<!-- 1. **Does this close any open issues?** If so, list them here. If not, remove the `Fixes #` line. -->
|
|
|
+<!-- 1. Does this close any open issues? Please list them below. -->
|
|
|
|
|
|
-Fixes #
|
|
|
+<!-- Keep in mind that new features have a better chance of being merged fast if
|
|
|
+they were first discussed and designed with the maintainers. If there is no
|
|
|
+corresponding issue, please consider opening one for discussion first! -->
|
|
|
|
|
|
-# 🚀 Description
|
|
|
+Fixes #
|
|
|
|
|
|
-<!-- 2. Describe the changes introduced in this pull request -->
|
|
|
+<!-- 2. Describe the changes introduced in this pull request. -->
|
|
|
<!-- Include any context necessary for understanding the PR's purpose. -->
|
|
|
|
|
|
-<!-- 3. Before submitting, please review the following checklist: -->
|
|
|
-
|
|
|
-- [ ] 📘 I've reviewed the [OpenZeppelin Contributor Guidelines](../blob/master/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 JS/Solidity linters and fixed any issues (`npm run lint:fix`).
|
|
|
+<!-- 3. Before submitting, please make sure that you have:
|
|
|
+ - reviewed the OpenZeppelin Contributor Guidelines
|
|
|
+ (https://github.com/OpenZeppelin/openzeppelin-solidity/blob/master/CONTRIBUTING.md),
|
|
|
+ - added tests where applicable to test new functionality,
|
|
|
+ - made sure that your contracts are well-documented, and
|
|
|
+ - run the JS/Solidity linters and fixed any issues (`npm run lint:fix`).
|
|
|
+-->
|