From 8cf0a9bab38c0cb6676f6101ce2b1aef3d8816c8 Mon Sep 17 00:00:00 2001 From: Splines Date: Wed, 1 May 2024 00:09:36 +0200 Subject: [PATCH] Delete pull request GitHub template --- .github/pull_request_template.md | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index a2f610b0c..000000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,23 +0,0 @@ - -* **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) - - - -* **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 - -* **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**: