summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2017-04-03 19:21:30 +0200
committerlouiz’ <louiz@louiz.org>2017-04-03 11:22:50 +0200
commit62225e8fe92eab78a2703de64019a6cdde4e2851 (patch)
treebcbc30d30ddaad9d2cfb748296277b06607d0550
parent15de3334d34cb8a0b328ed151a866b5057fea768 (diff)
downloadbiboumi-62225e8fe92eab78a2703de64019a6cdde4e2851.tar.gz
biboumi-62225e8fe92eab78a2703de64019a6cdde4e2851.tar.bz2
biboumi-62225e8fe92eab78a2703de64019a6cdde4e2851.tar.xz
biboumi-62225e8fe92eab78a2703de64019a6cdde4e2851.zip
Talk about debug logs in contributing.rst and a gitlab ticket template
-rw-r--r--.gitlab/issue_templates/Bug.md6
-rw-r--r--CONTRIBUTING.rst5
2 files changed, 11 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md
new file mode 100644
index 0000000..a243c9f
--- /dev/null
+++ b/.gitlab/issue_templates/Bug.md
@@ -0,0 +1,6 @@
+### Description of the issue
+
+### Relevant debug logs
+
+```
+```
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index ed3915f..b8d9835 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -9,12 +9,17 @@ but that’s mainly for the convenience of users.
Before doing anything, you can come on the `XMPP chatroom`_ to discuss your
changes, issues or ideas.
+
Bug reports, feature requests
-----------------------------
To open a bug report, or a feature request, please do so on `our gitlab’s
bug tracker`_.
+If the bug you’re reporting is about a bad behaviour of biboumi when some XMPP
+or IRC events occur, please try to reproduce the issue with a biboumi running
+in log_level=0, and include the relevant logs in your bug report.
+
If the issue you’re reporting may have security implications, please select
the “confidential” flag in your bug report.