summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-05-06 22:58:15 +0000
committerStan Hu <stanhu@gmail.com>2019-05-06 22:58:15 +0000
commitcf5c8e73fb046e9db166f7115478d04d7774fd19 (patch)
tree1a704b932db6a652988211cf914915d9ce063ed9
parent6a035c6013c628f1534b8229a0d53db994474166 (diff)
parent6ae554bc478d136ccef1ad85fa1d953bf7caa782 (diff)
downloadgitlab-ce-cf5c8e73fb046e9db166f7115478d04d7774fd19.tar.gz
Merge branch 'winh-refactoring-issue-template-docs' into 'master'
Add issue template for refactorings See merge request gitlab-org/gitlab-ce!27889
-rw-r--r--.gitlab/issue_templates/Refactoring.md41
1 files changed, 41 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/Refactoring.md b/.gitlab/issue_templates/Refactoring.md
new file mode 100644
index 00000000000..cd0ce8486f0
--- /dev/null
+++ b/.gitlab/issue_templates/Refactoring.md
@@ -0,0 +1,41 @@
+## Summary
+
+<!--
+Please briefly describe what part of the code base needs to be refactored.
+-->
+
+## Improvements
+
+<!--
+Explain the benefits of refactoring this code.
+See also https://about.gitlab.com/handbook/values/index.html#say-why-not-just-what
+-->
+
+## Risks
+
+<!--
+Please list features that can break because of this refactoring and how you intend to solve that.
+-->
+
+## Involved components
+
+<!--
+List files or directories that will be changed by the refactoring.
+-->
+
+## Optional: Intended side effects
+
+<!--
+If the refactoring involves changes apart from the main improvements (such as a better UI), list them here.
+It may be a good idea to create separate issues and link them here.
+-->
+
+
+## Optional: Missing test coverage
+
+<!--
+If you are aware of tests that need to be written or adjusted apart from unit tests for the changed components,
+please list them here.
+-->
+
+/label ~backstage