* Added changelog. * Added PR template note. * Update .github/PULL_REQUEST_TEMPLATE.md Co-Authored-By: nventuro <nicolas.venturo@gmail.com> * Update PULL_REQUEST_TEMPLATE.md * Update CHANGELOG.md Co-Authored-By: nventuro <nicolas.venturo@gmail.com> * Update CHANGELOG.md Co-Authored-By: nventuro <nicolas.venturo@gmail.com> * Apply suggestions from code review Co-Authored-By: nventuro <nicolas.venturo@gmail.com> * Added more headers and sub-headers. * Added deprecations category. * Added PR links. * Added PausableCrowdsale. * Addressed review comments. * Update CHANGELOG.md Co-Authored-By: nventuro <nicolas.venturo@gmail.com>
22 lines
947 B
Markdown
22 lines
947 B
Markdown
<!-- 0. 🎉 Thank you for submitting a PR! -->
|
|
|
|
<!-- 1. Does this close any open issues? Please list them below. -->
|
|
|
|
<!-- 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! -->
|
|
|
|
Fixes #
|
|
|
|
<!-- 2. Describe the changes introduced in this pull request. -->
|
|
<!-- Include any context necessary for understanding the PR's purpose. -->
|
|
|
|
<!-- 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,
|
|
- run the JS/Solidity linters and fixed any issues (`npm run lint:fix`), and
|
|
- updated the changelog, if applicable.
|
|
-->
|