From 62225e8fe92eab78a2703de64019a6cdde4e2851 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Mon, 3 Apr 2017 19:21:30 +0200 Subject: Talk about debug logs in contributing.rst and a gitlab ticket template --- .gitlab/issue_templates/Bug.md | 6 ++++++ CONTRIBUTING.rst | 5 +++++ 2 files changed, 11 insertions(+) create mode 100644 .gitlab/issue_templates/Bug.md 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. -- cgit v1.2.3