[gnome-calendar: 1/2] doc: add an issue template



commit 641c8c22e15c6defdc3020bd7cbfe5901b91a002
Author: Thiago Mendes <thiago posteo de>
Date:   Mon Nov 27 17:05:55 2017 -0200

    doc: add an issue template
    
    This adds two new templates whenever an user decides to open a new issue:
    
    Bug.md is a template for new bugs
    Feature.md is a template for new features
    
    Both files came from the gnome-todo project.
    
    Fixes: #220

 .gitlab/issue_templates/Bug.md     | 20 ++++++++++++++++++++
 .gitlab/issue_templates/Feature.md | 17 +++++++++++++++++
 2 files changed, 37 insertions(+)
---
diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md
new file mode 100644
index 0000000..31e6af0
--- /dev/null
+++ b/.gitlab/issue_templates/Bug.md
@@ -0,0 +1,20 @@
+Detailed description of the issue. Put as much information as you can, potentially
+with images showing the issue.
+
+Steps to reproduce:
+
+1. Open GNOME Calendar
+2. Create an event
+3. ...
+
+## Design Tasks
+
+* [ ]  design tasks
+
+## Development Tasks
+
+* [ ]  development tasks
+
+## QA Tasks
+
+* [ ]  qa (quality assurance) tasks
diff --git a/.gitlab/issue_templates/Feature.md b/.gitlab/issue_templates/Feature.md
new file mode 100644
index 0000000..d764866
--- /dev/null
+++ b/.gitlab/issue_templates/Feature.md
@@ -0,0 +1,17 @@
+Detailed description of the feature. Put as much information as you can.
+
+Proposed Mockups:
+
+(Add mockups of the proposed feature)
+
+## Design Tasks
+
+* [ ]  design tasks
+
+## Development Tasks
+
+* [ ]  development tasks
+
+## QA Tasks
+
+* [ ]  qa (quality assurance) tasks


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