From cde36cbeab65a2a6471f265cdd07f918092f32da Mon Sep 17 00:00:00 2001 From: Ryan <2804894-ryannathans@users.noreply.gitlab.com> Date: Sun, 17 Jul 2022 11:49:31 +0000 Subject: [PATCH] removed redundant gitlab templates --- .gitlab/issue_templates/.gitkeep | 0 .gitlab/issue_templates/Bug Report.md | 8 -------- .gitlab/issue_templates/Proposal.md | 8 -------- .gitlab/merge_request_templates/.gitkeep | 0 .gitlab/merge_request_templates/default_mr.md | 7 ------- 5 files changed, 23 deletions(-) delete mode 100644 .gitlab/issue_templates/.gitkeep delete mode 100644 .gitlab/issue_templates/Bug Report.md delete mode 100644 .gitlab/issue_templates/Proposal.md delete mode 100644 .gitlab/merge_request_templates/.gitkeep delete mode 100644 .gitlab/merge_request_templates/default_mr.md 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.