diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d2da7b4..cd2d1ea 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 00cbbdf..5886627 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,6 @@ typings/ # dotenv environment variables file .env +# Editor +.idea +.vscode