From c9cfb80ca1e3f149b210223bf23c8198b861a388 Mon Sep 17 00:00:00 2001 From: ion-andrusciac-lgp Date: Thu, 2 Jul 2026 12:54:39 +0300 Subject: [PATCH] Updated `.gitignore` and Pull Request Template --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- .gitignore | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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