From 302622cfa84a18840dc86a8eff5c07a84351af11 Mon Sep 17 00:00:00 2001 From: Tom Collingwood Date: Thu, 13 Jan 2022 18:29:10 +0000 Subject: [PATCH] remove gitlab templates --- .gitlab/issue_templates/Bug.md | 40 ----------- .gitlab/issue_templates/Documentation.md | 43 ------------ .gitlab/issue_templates/Feature proposal.md | 68 ------------------- .../Productivity Improvement.md | 47 ------------- .gitlab/issue_templates/QA failure.md | 68 ------------------- .gitlab/issue_templates/Refactoring.md | 41 ----------- .../merge_request_templates/Documentation.md | 41 ----------- 7 files changed, 348 deletions(-) delete mode 100644 .gitlab/issue_templates/Bug.md delete mode 100644 .gitlab/issue_templates/Documentation.md delete mode 100644 .gitlab/issue_templates/Feature proposal.md delete mode 100644 .gitlab/issue_templates/Productivity Improvement.md delete mode 100644 .gitlab/issue_templates/QA failure.md delete mode 100644 .gitlab/issue_templates/Refactoring.md delete mode 100644 .gitlab/merge_request_templates/Documentation.md diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md deleted file mode 100644 index 120d7ad..0000000 --- a/.gitlab/issue_templates/Bug.md +++ /dev/null @@ -1,40 +0,0 @@ - - -### Summary - -(Summarize the bug encountered concisely) - -### Steps to reproduce - -(How one can reproduce the issue - this is very important) - -### Example Project - -(If possible, please create an example project here on GitLab.com that exhibits the problematic behavior, and link to it here in the bug report) - -(If you are using an older version of GitLab, this will also determine whether the bug is fixed in a more recent version) - -### What is the current *bug* behavior? - -(What actually happens) - -### What is the expected *correct* behavior? - -(What you should see instead) - -### Relevant logs and/or screenshots - -(Paste any relevant logs - please use code blocks (```) to format console output, -logs, and code as it's tough to read otherwise.) - -### Possible fixes - -(If you can, link to the line of code that might be responsible for the problem) - -/label ~bug diff --git a/.gitlab/issue_templates/Documentation.md b/.gitlab/issue_templates/Documentation.md deleted file mode 100644 index 43ee7cd..0000000 --- a/.gitlab/issue_templates/Documentation.md +++ /dev/null @@ -1,43 +0,0 @@ - - -### Problem to solve - - - -### Further details - - - -### Proposal - - - -### Who can address the issue - - - -### Other links/references - - - -/label ~documentation diff --git a/.gitlab/issue_templates/Feature proposal.md b/.gitlab/issue_templates/Feature proposal.md deleted file mode 100644 index 2bbef72..0000000 --- a/.gitlab/issue_templates/Feature proposal.md +++ /dev/null @@ -1,68 +0,0 @@ -### Problem to solve - - - -### Intended users - - - -### Further details - - - -### Proposal - - - -### Permissions and Security - - - -### Documentation - - - -### Availability & Testing - - - -### What does success look like, and how can we measure that? - - - -### What is the type of buyer? - - - -### Is this a cross-stage feature? - - - -### Links / references - -/label ~feature diff --git a/.gitlab/issue_templates/Productivity Improvement.md b/.gitlab/issue_templates/Productivity Improvement.md deleted file mode 100644 index 89505cd..0000000 --- a/.gitlab/issue_templates/Productivity Improvement.md +++ /dev/null @@ -1,47 +0,0 @@ -## What is the productivity problem to solve? - - - -### Problem identification checklist - -- [ ] The root cause of the problem is identified. -- [ ] The surface of the problem is as small as possible. - -## What are the potential solutions? - - - -- [ ] All potential solutions are listed. -- [ ] A solution has been chosen for the first iteration: `PUT THE CHOSEN SOLUTION HERE` - -## Who and when will the solution be implemented? - - - -## Verify that the solution has improved the situation - - - -- [ ] The solution improved the situation. - - If yes, check this box and close the issue. Well done! :tada: - - Otherwise, create a new "Productivity Improvement" issue. You can re-use the description from this issue, but obviously another solution should be chosen this time. - -/label ~"Engineering Productivity" ~meta -/cc @gl-quality/eng-prod diff --git a/.gitlab/issue_templates/QA failure.md b/.gitlab/issue_templates/QA failure.md deleted file mode 100644 index e1b3eec..0000000 --- a/.gitlab/issue_templates/QA failure.md +++ /dev/null @@ -1,68 +0,0 @@ - - -### Summary - - - -### Stack trace - -``` -PUT STACK TRACE HERE -``` - -### Screenshot / HTML page - - - -### Possible fixes - - - -/due in 2 weeks - - -/label ~Quality ~QA ~test - - -/label ~"failure::broken-test" ~"failure::flaky-test" ~"failure::stale-test" ~"failure::test-environment" ~"failure::investigating" - - -/label ~devops:: - - -/label ~found: - - -/label ~P - - -/milestone % diff --git a/.gitlab/issue_templates/Refactoring.md b/.gitlab/issue_templates/Refactoring.md deleted file mode 100644 index cd0ce84..0000000 --- a/.gitlab/issue_templates/Refactoring.md +++ /dev/null @@ -1,41 +0,0 @@ -## Summary - - - -## Improvements - - - -## Risks - - - -## Involved components - - - -## Optional: Intended side effects - - - - -## Optional: Missing test coverage - - - -/label ~backstage diff --git a/.gitlab/merge_request_templates/Documentation.md b/.gitlab/merge_request_templates/Documentation.md deleted file mode 100644 index 901228e..0000000 --- a/.gitlab/merge_request_templates/Documentation.md +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - -## What does this MR do? - - - -## Related issues - - - -## Author's checklist - -- [ ] Follow the [Documentation Guidelines](https://docs.gitlab.com/ee/development/documentation/) and [Style Guide](https://docs.gitlab.com/ee/development/documentation/styleguide.html). -- [ ] If applicable, update the [permissions table](https://docs.gitlab.com/ee/user/permissions.html). -- [ ] Link docs to and from the higher-level index page, plus other related docs where helpful. -- [ ] Apply the ~documentation label. - -## Review checklist - -All reviewers can help ensure accuracy, clarity, completeness, and adherence to the [Documentation Guidelines](https://docs.gitlab.com/ee/development/documentation/) and [Style Guide](https://docs.gitlab.com/ee/development/documentation/styleguide.html). - -**1. Primary Reviewer** - -* [ ] Review by a code reviewer or other selected colleague to confirm accuracy, clarity, and completeness. This can be skipped for minor fixes without substantive content changes. - -**2. Technical Writer** - -* [ ] Optional: Technical writer review. If not requested for this MR, must be scheduled post-merge. To request for this MR, assign the writer listed for the applicable [DevOps stage](https://about.gitlab.com/handbook/product/categories/#devops-stages). - -**3. Maintainer** - -1. [ ] Review by assigned maintainer, who can always request/require the above reviews. Maintainer's review can occur before or after a technical writer review. -1. [ ] Ensure a release milestone is set. -1. [ ] If there has not been a technical writer review, [create an issue for one using the Doc Review template](https://gitlab.com/gitlab-org/gitlab/issues/new?issuable_template=Doc%20Review). - -/label ~documentation