Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-03-08 11:51:38 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-03-08 11:51:38 +0300
commita98b1d17c21a93ff17e7db6e47494a66540ef43b (patch)
tree336ca6eafa9f58e588efbc3aa00227f0dddd247a
parent5c1e6f749a56bbd8503dff904136b8b83d0ad2ed (diff)
Add issue and MR templates
[ci skip]
-rw-r--r--.gitlab/issue_templates/Bug8
-rw-r--r--.gitlab/merge_request_templates/Frontend21
-rw-r--r--.gitlab/merge_request_templates/Gems Update5
3 files changed, 34 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/Bug b/.gitlab/issue_templates/Bug
new file mode 100644
index 00000000..7e227cae
--- /dev/null
+++ b/.gitlab/issue_templates/Bug
@@ -0,0 +1,8 @@
+## Description
+
+<!-- Describe what the problem is -->
+
+
+<!-- Do not edit below this line -->
+
+/label ~bug
diff --git a/.gitlab/merge_request_templates/Frontend b/.gitlab/merge_request_templates/Frontend
new file mode 100644
index 00000000..16f34fb9
--- /dev/null
+++ b/.gitlab/merge_request_templates/Frontend
@@ -0,0 +1,21 @@
+## Description
+
+<!-- Describe what this change introduces -->
+
+## Before and after screenshots
+
+<!-- Place the before/after screenshots in the table below -->
+
+| **Before** | **After** |
+| :----: | :-----: |
+| | |
+
+## Related issues and links
+
+<!-- Link any related issues or links that further describe this change -->
+
+
+
+<!-- Do not edit below this line -->
+
+/label ~Frontend
diff --git a/.gitlab/merge_request_templates/Gems Update b/.gitlab/merge_request_templates/Gems Update
new file mode 100644
index 00000000..60f38246
--- /dev/null
+++ b/.gitlab/merge_request_templates/Gems Update
@@ -0,0 +1,5 @@
+Update gems using `bundle update`.
+
+<!-- Do not edit below this line -->
+
+/label ~backstage