From d433e9570b5714dc8679f88e4ad678a2ba8b184a Mon Sep 17 00:00:00 2001 From: ion-andrusciac-lgp Date: Wed, 1 Jul 2026 17:25:04 +0300 Subject: [PATCH 1/2] Updated .gitignore and Pull Request template --- .github/PULL_REQUEST_TEMPLATE.md | 1 + .gitignore | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d2da7b45..c7f68130 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,6 +3,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 From 90812c318a6901ff1cf273502317f0f18a81c26f Mon Sep 17 00:00:00 2001 From: ion-andrusciac-lgp <122601449+ion-andrusciac-lgp@users.noreply.github.com> Date: Wed, 1 Jul 2026 17:37:34 +0300 Subject: [PATCH 2/2] Apply suggestion from @ion-andrusciac-lgp --- .github/PULL_REQUEST_TEMPLATE.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c7f68130..cd2d1eae 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,7 +2,6 @@ * [ ] 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