diff --git a/.gitlab/issue_templates/.gitkeep b/.gitlab/issue_templates/.gitkeep deleted file mode 100644 index e69de29bb..000000000 diff --git a/.gitlab/issue_templates/Bug Report.md b/.gitlab/issue_templates/Bug Report.md deleted file mode 100644 index 4bfda573a..000000000 --- a/.gitlab/issue_templates/Bug Report.md +++ /dev/null @@ -1,8 +0,0 @@ -### Description of issue -Describe in detail what exactly happened. No "it no workie" will be accepted. Clear and concise definitions of what *exactly* the problem is. - -### What should have happened -Write out what the expected behavior/etc is. - -### Reproduction steps (if applicable) -Inform us how to reproduce this issue so we can effectively debug it. diff --git a/.gitlab/issue_templates/Proposal.md b/.gitlab/issue_templates/Proposal.md deleted file mode 100644 index 48b42c06a..000000000 --- a/.gitlab/issue_templates/Proposal.md +++ /dev/null @@ -1,8 +0,0 @@ -### What is being proposed -Write a clear and verbose description here of what exactly is being proposed. - -### Pros -* List out bullet points here of pros - -### Cons -* List out bullet points here of potential cons diff --git a/.gitlab/merge_request_templates/.gitkeep b/.gitlab/merge_request_templates/.gitkeep deleted file mode 100644 index e69de29bb..000000000 diff --git a/.gitlab/merge_request_templates/default_mr.md b/.gitlab/merge_request_templates/default_mr.md deleted file mode 100644 index 44377a2f0..000000000 --- a/.gitlab/merge_request_templates/default_mr.md +++ /dev/null @@ -1,7 +0,0 @@ -Put a brief and concise description of the changes you made here. - -* [ ] Detailed Changes added to CHANGELOG (Required to be merged) - -* [ ] Changes tested to ensure they function as expected (Required to be merged) - -* [x] I acknowledge that this contribution will be released under the AGPL license.