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

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta (tmow) <antenore@simbiosi.org>2021-06-04 08:15:25 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2021-06-04 08:15:25 +0300
commit00ee58a1a77cf761bc54711c92ff92fbc557bfed (patch)
tree2ff3e0364c1cd228a1e2bbc89b242e7e06e0c7d7 /.gitlab
parent9a1e434f9b4ceea3612b11c399d8edc9fe11724c (diff)
Bug fixing merge request template
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/ merge_request_templates/Bug Fixing.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/.gitlab/ merge_request_templates/Bug Fixing.md b/.gitlab/ merge_request_templates/Bug Fixing.md
new file mode 100644
index 000000000..ee0bf2d9b
--- /dev/null
+++ b/.gitlab/ merge_request_templates/Bug Fixing.md
@@ -0,0 +1,20 @@
+<!--- Provide a general summary of your changes in the Title above -->
+
+## Description
+<!--- Describe your changes in detail -->
+
+## Related Issue
+<!--- This project only accepts pull requests related to open issues -->
+<!--- If fixing a bug, there should be an issue describing it with steps to reproduce -->
+<!--- Please link to the issue here: -->
+
+## Motivation and Context
+<!--- Why is this change required? What problem does it solve? -->
+<!--- If it fixes an open issue, please link to the issue here. -->
+
+## How Has This Been Tested?
+<!--- Please describe in detail how you tested your changes. -->
+<!--- Include details of your testing environment, and the tests you ran to -->
+<!--- see how your change affects other areas of the code, etc. -->
+
+## Screenshots (if appropriate):