summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntónio Fernandes <antoniojpfernandes@gmail.com>2020-05-09 09:09:44 +0000
committerAntónio Fernandes <antoniojpfernandes@gmail.com>2020-05-09 09:09:44 +0000
commit6a13397d557fce36349c40fc331e2272b6180f3a (patch)
tree0f0d25076d9a622f1d3142fccd4eb81e70f051c7
parent23a2a67b16488e2cca91596c6507dc3b048eb1f3 (diff)
downloadnautilus-6a13397d557fce36349c40fc331e2272b6180f3a.tar.gz
issue_templates: Drop Epic.md
Issue templates are exposed to all users as a way to help them communicate their issues more effectively. Epics were meant to be written by the project's contributors, so having a template for Epics serves only as a distraction.
-rw-r--r--.gitlab/issue_templates/Epic.md41
1 files changed, 0 insertions, 41 deletions
diff --git a/.gitlab/issue_templates/Epic.md b/.gitlab/issue_templates/Epic.md
deleted file mode 100644
index 95c4dd586..000000000
--- a/.gitlab/issue_templates/Epic.md
+++ /dev/null
@@ -1,41 +0,0 @@
-# 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. -->
-
-/label ~"1. Epic" \ No newline at end of file