diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
deleted file mode 100644
index 208a8e72a9f1622351a09385c82126743df2cf75..0000000000000000000000000000000000000000
--- a/.github/ISSUE_TEMPLATE.md
+++ /dev/null
@@ -1,19 +0,0 @@
-<!-- You can erase any parts of this template not applicable to your issue. -->
-
-### Description
-
-[Description of the bug or feature]
-
-## Steps to Reproduce the Problem
-
-  1.
-  2.
-
-**Expected behavior:** [What you expected to happen]
-
-**Actual behavior:** [What actually happened]
-
-## Specifications
-
-  - Version:  (You can get this information from executing `ogs --version`)
-  - Platform: (Operating System)
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
deleted file mode 100644
index f72c63fec84fb5e20db2c3abad48ed703f214f15..0000000000000000000000000000000000000000
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ /dev/null
@@ -1,7 +0,0 @@
-<!-- You can erase any parts of this template not applicable to your Pull Request. -->
-
-Fixes # <!-- you may add issues here to automatically close them -->
-
-1. [ ] Feature description was added to the [changelog](https://github.com/ufz/ogs/wiki/Release-notes-6.3.2)
-2. [ ] Tests covering your feature were added?
-3. [ ] Any new feature or behavior change was documented?