From e5297077158aee1c07b538847ce3b0160bfbedd1 Mon Sep 17 00:00:00 2001 From: Splines Date: Wed, 24 Apr 2024 10:41:06 +0200 Subject: [PATCH] Remove PR templates --- .github/PULL_REQUEST_TEMPLATE/feature.md | 29 --------------------- .github/PULL_REQUEST_TEMPLATE/localizing.md | 1 - 2 files changed, 30 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE/feature.md delete mode 100644 .github/PULL_REQUEST_TEMPLATE/localizing.md diff --git a/.github/PULL_REQUEST_TEMPLATE/feature.md b/.github/PULL_REQUEST_TEMPLATE/feature.md deleted file mode 100644 index ac58040fa..000000000 --- a/.github/PULL_REQUEST_TEMPLATE/feature.md +++ /dev/null @@ -1,29 +0,0 @@ -This pull request questionaire is for features and bugs - -* **Please check if the PR fulfills these requirements** - - [ ] E2E Tests for the changes have been added via Cypress - - [ ] Meaningful rspec tests have been added - - [ ] Docs have been added / updated - - Linter - - [ ] `rubocop` reports equal or less errors and warnings **in total** - - [ ] `yarn lint` reports equal or less errors and warnings **in total** - - [ ] `coffeelint .` reports equal or less errors and warnings **in total** - - [ ] `erblint .` reports equal or less errors and warnings **in total** - -* **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) - - - -* **What is the current behavior?** (You can also link to an open issue here) - - - -* **What is the new behavior (if this is a feature change)?** - - - -* **Does this PR introduce a breaking change?** (What changes might users need to make in their application due to this PR?) - - - -* **Other information**: diff --git a/.github/PULL_REQUEST_TEMPLATE/localizing.md b/.github/PULL_REQUEST_TEMPLATE/localizing.md deleted file mode 100644 index 99faa3b04..000000000 --- a/.github/PULL_REQUEST_TEMPLATE/localizing.md +++ /dev/null @@ -1 +0,0 @@ -This pull request only changes wording and/or adds localizing information. \ No newline at end of file