diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d2da7b45..cd2d1eae 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,7 +2,7 @@ * [ ] I have read and understand the [contribution guide](http://enactjs.com/docs/developer-guide/contributing/) * [ ] A [CHANGELOG entry](http://enactjs.com/docs/developer-guide/contributing/changelogs/) is included -* [ ] At least one test case is included for this feature or bug fix +* [ ] I have run automated testing and it is passed * [ ] Documentation was added or is not needed * [ ] This is an API breaking change diff --git a/.gitignore b/.gitignore index f8ea49e0..733fb6b6 100644 --- a/.gitignore +++ b/.gitignore @@ -35,4 +35,10 @@ node_modules # WebPack Build build dist -bundle.js \ No newline at end of file +bundle.js + +# Editor +.idea +.vscode + +package-lock.json