summaryrefslogtreecommitdiff
path: root/.gitlab
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano1618@gmail.com>2018-04-30 15:45:34 +0000
committerCarlos Soriano <csoriano1618@gmail.com>2018-04-30 15:45:34 +0000
commit7a39b0b76dd15ec498289ebba0016a36ba103bb0 (patch)
tree3fe4fb3f94ff913bcd443ac24dda6eb28fabcae1 /.gitlab
parent2b5bb20c943ab8845a23f50d0f6673debb1dc748 (diff)
downloadnautilus-7a39b0b76dd15ec498289ebba0016a36ba103bb0.tar.gz
Add epic template
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/issue_templates/Epic.md39
1 files changed, 39 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/Epic.md b/.gitlab/issue_templates/Epic.md
new file mode 100644
index 000000000..ffea45af3
--- /dev/null
+++ b/.gitlab/issue_templates/Epic.md
@@ -0,0 +1,39 @@
+# Current problems
+<!--
+What are the problems that the current project has?
+
+For example:
+* User cannot use the keyboard to perform most common actions
+or
+* User cannot see documents from cloud services
+-->
+
+# Goals & use cases
+<!--
+What are the use cases that this proposal will cover? What are the end goals?
+
+For example:
+* User needs to share a file with their friends.
+or
+* It should be easy to edit a picture within the app.
+-->
+
+# Requirements
+<!--
+What does the solution needs to ensure for being succesful?
+
+For example:
+* Work on small form factors and touch
+or
+* Use the Meson build system and integrate with it
+-->
+
+# Relevant art
+<!--
+Is there any product that has implemented something similar? Put links to other
+projects, pictures, links to other code, etc.
+-->
+
+# Proposal & plan
+<-- What's the solution and how should be achieved? It can be split in smaller
+tasks of minimum change, so they can be delivered across several releases. --> \ No newline at end of file