Skip to content

Commit

Permalink
Merge branch '1.x' into feature/ENS-registry
Browse files Browse the repository at this point in the history
  • Loading branch information
nivida committed Feb 21, 2020
2 parents dea023f + 9d7b5fb commit ce19820
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ Fixes #(issue)
- [ ] My changes generate no new warnings.
- [ ] Any dependent changes have been merged and published in downstream modules.
- [ ] I ran ```npm run dtslint``` with success and extended the tests and types if necessary.
- [ ] I ran ```npm run test:unit``` with success and extended the tests if necessary.
- [ ] I ran ```npm run test:unit``` with success.
- [ ] I have executed ``npm run test:cov`` and my test cases do cover all lines and branches of the added code.
- [ ] I ran ```npm run build-all``` and tested the resulting file/'s from ```dist``` folder in a browser.
- [ ] I have updated the ``CHANGELOG.md`` file in the root folder.
- [ ] I have tested my code on the live network.

0 comments on commit ce19820

Please sign in to comment.