diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 26c600ab..cd2d1eae 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,6 +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 +* [ ] 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 98089368..b61f1e70 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,19 @@ +# See http://help.github.com/ignore-files/ for more about ignoring files. + # build output dist/ + # generated types .astro/ + +# editor .idea/ .vscode/ #documentation related data/ raw/ +public/ src/content/docs/developer-guide src/content/docs/developer-tools src/content/docs/modules