summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViolet Holland <violet@technocat.art>2023-01-10 23:07:33 -0600
committerViolet <violet@technocat.art>2023-01-10 23:11:03 -0600
commit2ae385ca8d2c90f2ce520240eeee4cc844c16861 (patch)
treee99cb3fe3b805d56fe554da351ce47feee216e8b
parentfb67478360b8b09a7b2cf52adedf95b02dd8c1df (diff)
downloadlibrsvg-2ae385ca8d2c90f2ce520240eeee4cc844c16861.tar.gz
(#921) Add default issue template
-rw-r--r--.gitlab/issue_templates/default.md32
1 files changed, 32 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/default.md b/.gitlab/issue_templates/default.md
new file mode 100644
index 00000000..74570ae2
--- /dev/null
+++ b/.gitlab/issue_templates/default.md
@@ -0,0 +1,32 @@
+<!--
+ Have you checked if your issue has come up before?
+ Search https://gitlab.gnome.org/GNOME/librsvg/-/issues
+ You may also check https://gnome.pages.gitlab.gnome.org/librsvg/devel-docs/roadmap.html to see if your issue is on our roadmap.
+
+ Thank you!
+-->
+## Issue Summary
+<!--
+ Please provide a summary of the issue found along with expected behavior.
+-->
+## Example SVG
+<!--
+ Please post a minimal (if possible) example SVG that shows the issue clearly.
+
+ Please be careful of publishing SVG images that you don't want other people to see,
+ or images whose copyright does not allow redistribution; the bug tracker is a public
+ resource and attachments are visible to everyone.
+-->
+## Librsvg Version
+<!--
+ run `rsvg-convert` -v in your terminal to see the current version
+-->
+## Platform
+<!--
+ For example: OpenSUSE Tumbleweed, NixOS 22.11, MacOS 13
+-->
+## Additional logs
+<!--
+ Debug logs are quite helpful, use `RSVG_LOG=1 <some program or rsvg-convert>` to get them.
+ Then surround it with ``` at the top and bottom for formatting.
+--> \ No newline at end of file