summaryrefslogtreecommitdiff
path: root/.gitlab
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2018-05-30 15:52:57 -0500
committerMichael Catanzaro <mcatanzaro@igalia.com>2018-05-30 15:53:21 -0500
commite3f084a36aa5759e68888e447e904d5aa3f10c51 (patch)
treeb47ecf089654a405e820d2bfd97ef6f7ccdabb74 /.gitlab
parentfc8e9bb586c8ea15a6a7d363b7e1153ce5d6f4f4 (diff)
downloadepiphany-e3f084a36aa5759e68888e447e904d5aa3f10c51.tar.gz
Add GitLab issue template
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/issue_templates/bug.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/bug.md b/.gitlab/issue_templates/bug.md
new file mode 100644
index 000000000..ed31f9b2e
--- /dev/null
+++ b/.gitlab/issue_templates/bug.md
@@ -0,0 +1,23 @@
+Hey, thanks for reporting your problem with Epiphany.
+
+# Software versions
+
+Please include the following in your report:
+
+Epiphany version:
+WebKitGTK+ version:
+Operating system and version:
+
+Check the About dialog if you're not sure what software versions you have.
+
+# Web content bugs
+
+This is the wrong place to report bugs with web content (e.g. incorrect rendering, broken JavaScript, problems with video playback). These problems should be reported directly on https://bugs.webkit.org. To ensure we see your bug, be sure to select the 'WebKit Gtk' component when reporting, and prefix the bug title with [GTK].
+
+In general, only problems with the GTK+ user interface around the web view (e.g. menus, preferences dialog, window chrome) or Epiphany features (e.g. Firefox Sync, adblocker, web apps) should be reported here.
+
+# Crashes
+
+If Epiphany crashed, then we really need a backtrace taken in gdb with 'bt full' in order to solve the problem. Be sure to install the necessary debuginfo packages for all frames that appear in the crashing thread. [Learn how to include a good backtrace.](https://wiki.gnome.org/Community/GettingInTouch/Bugzilla/GettingTraces)
+
+If you see the message "Oops! Something went wrong while displaying this page," that means WebKit has crashed. Please follow the steps above to take a quality backtrace and to report it on WebKit Bugzilla.