summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano1618@gmail.com>2018-03-19 19:46:52 +0000
committerCarlos Soriano <csoriano1618@gmail.com>2018-03-19 19:46:52 +0000
commita5527754b136196c2183d5e2c9edba0d14599547 (patch)
treea24909d3af6cd62bbda29de9c822e11ab6bf94c0
parent23fb641b3e92172989b58b1d504e4a81ab09ea64 (diff)
parentb1ce8a0843d38f707a7789f0e7a3550e2915896d (diff)
downloadnautilus-a5527754b136196c2183d5e2c9edba0d14599547.tar.gz
Merge branch 'issue-templates' into 'master'
Add issue templates See merge request GNOME/nautilus!135
-rw-r--r--.gitlab/issue_templates/Bug.md42
-rw-r--r--.gitlab/issue_templates/Feature.md22
2 files changed, 64 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md
new file mode 100644
index 000000000..018da90ce
--- /dev/null
+++ b/.gitlab/issue_templates/Bug.md
@@ -0,0 +1,42 @@
+# Steps to reproduce
+<!--
+ Explain in detail the steps on how the issue can be reproduced.
+-->
+1.
+2.
+3.
+
+Reproducible in:
+<!--
+ Please test if the issue was already fixed in the unstable version of the app.
+ For that, follow these steps:
+ 1. Make sure Flatpak is installed or install it following these steps https://flatpak.org/setup
+ 2. Install the unstable version of the app following this link
+ https://git.gnome.org/browse/gnome-apps-nightly/plain/nautilus.flatpakref
+
+ If these steps failed, write in 'Other' the distribution you’re using and
+ the version of the app.
+-->
+* [ ] Flatpak unstable
+* [ ] Other:
+
+
+# Current behavior
+<!-- Describe the current behavior. -->
+
+
+# Expected behavior
+<!-- Describe the expected behavior. -->
+
+
+# Additional information
+<!--
+ Provide more information that could be relevant.
+
+ If the issue is a crash, provide a stack trace following the steps in:
+ https://wiki.gnome.org/Community/GettingInTouch/Bugzilla/GettingTraces
+-->
+
+
+<!-- Ignore the text under this line. -->
+/label ~"1. Bug"
diff --git a/.gitlab/issue_templates/Feature.md b/.gitlab/issue_templates/Feature.md
new file mode 100644
index 000000000..426acf965
--- /dev/null
+++ b/.gitlab/issue_templates/Feature.md
@@ -0,0 +1,22 @@
+### Use cases
+<!-- Describe what problem(s) the user is experiencing and that this request
+is trying to solve. -->
+
+
+### Desired behavior
+<!-- Describe the desired functionality. -->
+
+
+### Benefits of the solution
+<!-- List the possible benefits of the solution and how it fits in the project. -->
+
+
+### Possible drawbacks
+<!--
+ Describe possible drawbacks of the feature and list how it could affect
+ the project i.e. UI discoverability, complexity, impact in more or less
+ number of users, etc.
+-->
+
+<!-- Ignore the text under this line. -->
+/label ~"1. Feature"