Improve templates

This commit is contained in:
Shivam Mathur
2019-11-25 22:06:40 +05:30
parent 970e2d5ebb
commit 7964656607
6 changed files with 22 additions and 5 deletions

View File

@ -22,8 +22,10 @@ This PR [briefly explain what it does]
> In case this PR introduced TypeScript/JavaScript code changes:
- [ ] I have written test cases for the changes in this pull request
- [ ] I have written test cases for the changes in this pull request.
- [ ] I have run `npm run format` before the commit.
- [ ] I have run `npm run lint` before the commit.
- [ ] I have run `npm run release` before the commit.
- [ ] `npm test` returns with no unit test errors.
<!--