[gnome-todo] project: Add GitLab Issue templates
- From: Gitlab System User <gitlab src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-todo] project: Add GitLab Issue templates
- Date: Sun, 22 Oct 2017 21:28:04 +0000 (UTC)
commit 7dad2db6f037703993ef47b9c31a77967ce835ea
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Sun Oct 22 19:27:30 2017 -0200
project: Add GitLab Issue templates
.gitignore | 1 +
.gitlab/issue_templates/Bug.md | 20 ++++++++++++++++++++
.gitlab/issue_templates/Feature.md | 17 +++++++++++++++++
3 files changed, 38 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index 0905f7a..de965ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -64,4 +64,5 @@ po/remove-potcdate.sed
po/remove-potcdate.sin
po/stamp-po
_build
+.gitlab
**/tags.*
diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md
new file mode 100644
index 0000000..5d080c6
--- /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 To Do
+2. Create a task
+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]