diff --git a/.gitlab/issue_templates/template.md b/.gitlab/issue_templates/template.md deleted file mode 100644 index 79b7996..0000000 --- a/.gitlab/issue_templates/template.md +++ /dev/null @@ -1,28 +0,0 @@ -## Description - - - -### Environment - - - -## Steps to reproduce - - - -### Expected behavior - - - -### Actual behavior - - diff --git a/.gitlab/merge_request_templates/template.md b/.gitlab/merge_request_templates/template.md deleted file mode 100644 index 1bd4dd9..0000000 --- a/.gitlab/merge_request_templates/template.md +++ /dev/null @@ -1,24 +0,0 @@ -## Description - - - -## Checklist - - - -- [ ] I made sure that the source files are formatted properly. -- [ ] I added my changes to the changelog (`CHANGELOG.md`) -- [ ] I updated the documentation. - - - -- [ ] I added a test for the new feature.