[gimp] gitlab: Adding issue templates.



commit 27badebb23e5589fa0e96bd500b643b271248dd7
Author: Jehan <jehan girinstud io>
Date:   Mon May 28 19:19:00 2018 +0200

    gitlab: Adding issue templates.
    
    We realize that gitlab doesn't encourage people to give base information
    as software version or operating system.
    Issue templates are not perfect but better than nothing.

 .gitlab/issue_templates/bug.md     | 25 +++++++++++++++++++++++++
 .gitlab/issue_templates/feature.md | 14 ++++++++++++++
 2 files changed, 39 insertions(+)
---
diff --git a/.gitlab/issue_templates/bug.md b/.gitlab/issue_templates/bug.md
new file mode 100644
index 0000000000..0c721c0f62
--- /dev/null
+++ b/.gitlab/issue_templates/bug.md
@@ -0,0 +1,25 @@
+GIMP version:
+Operating System:
+
+# Description of the bug
+
+Please describe your issue with details.
+Add screenshot or other files if needed.
+
+# Reproduction
+
+Is the bug reproducible? [Always / Randomly / Happened only once ]
+
+Reproduction steps:
+
+1.
+2.
+3.
+…
+
+Expected result:
+Actual result:
+
+# Additional information
+
+If you have a backtrace for a crash or a warning, paste it here.
diff --git a/.gitlab/issue_templates/feature.md b/.gitlab/issue_templates/feature.md
new file mode 100644
index 0000000000..6611bacb02
--- /dev/null
+++ b/.gitlab/issue_templates/feature.md
@@ -0,0 +1,14 @@
+Operating System: (if feature is platform specific)
+
+# Description of the feature
+
+Please describe your feature with details.
+
+Add screenshots, design images or other files which would help for
+understanding the feature or for implementation.
+Also add links when needed, for instance for implementation standards
+or other relevant resources.
+
+# Use cases
+
+If not obvious, explain the use cases or problems to solve.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]