From 8ccc1af77ecfa5b5069f6568c78532376a86291e Mon Sep 17 00:00:00 2001 From: Matiss Janis Aboltins Date: Mon, 16 Jun 2025 22:22:38 +0100 Subject: [PATCH] Clean up configuration files (#5181) --- .github/ISSUE_TEMPLATE/bug-report.yml | 5 ----- .github/ISSUE_TEMPLATE/feature-request.yml | 3 --- .github/actions/setup/action.yml | 1 + .prettierignore | 2 -- upcoming-release-notes/5181.md | 6 ++++++ 5 files changed, 7 insertions(+), 10 deletions(-) create mode 100644 upcoming-release-notes/5181.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 89457d4d2b..476d5ac65a 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -4,12 +4,10 @@ title: '[Bug]: ' labels: ['needs triage', 'bug'] body: - type: markdown - id: intro-md attributes: value: | Thanks for taking the time to fill out this bug report! Please ensure you provide as much information as possible to better assist in confirming and identifying a fix for the bug. - type: markdown - id: intro-md attributes: value: | **IMPORTANT:** we use GitHub Issues only for BUG REPORTS and FEATURE REQUESTS. If you are looking for help/support - please reach out to the [community on Discord](https://discord.gg/pRYNYr4W5A). All non-bug and non-feature-request issues will be closed. @@ -23,8 +21,6 @@ body: options: - label: 'I have searched and found no existing issue' required: true - validations: - required: true - type: textarea id: what-happened attributes: @@ -43,7 +39,6 @@ body: validations: required: true - type: markdown - id: env-info attributes: value: '## Environment Details' - type: dropdown diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 27dc7407eb..e999cf23ae 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -4,7 +4,6 @@ title: '[Feature] ' labels: ['feature'] body: - type: markdown - id: intro-md attributes: value: | Thanks for taking the time to fill out this feature request! Please ensure you provide as much information as possible so we can better understand what you’re proposing so we can come up with the best solution for everyone. @@ -16,8 +15,6 @@ body: options: - label: 'I have searched and found no existing issue' required: true - validations: - required: true - type: checkboxes attributes: label: '💻' diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 829ae23285..54244d4044 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -1,4 +1,5 @@ name: Setup +description: Setup the environment for the project inputs: working-directory: diff --git a/.prettierignore b/.prettierignore index c6dad259eb..7d569880c6 100644 --- a/.prettierignore +++ b/.prettierignore @@ -20,8 +20,6 @@ packages/desktop-client/playwright-report/ packages/desktop-electron/client-build/ packages/desktop-electron/build/ packages/desktop-electron/dist/ -packages/import-ynab4/**/node_modules/* -packages/import-ynab5/**/node_modules/* packages/loot-core/**/node_modules/* packages/loot-core/**/lib-dist/* packages/loot-core/**/proto/* diff --git a/upcoming-release-notes/5181.md b/upcoming-release-notes/5181.md new file mode 100644 index 0000000000..496b3f595e --- /dev/null +++ b/upcoming-release-notes/5181.md @@ -0,0 +1,6 @@ +--- +category: Maintenance +authors: [MatissJanis] +--- + +Cleaned up some configuration files.