From 882816ac1d23306570cd5be1ee5acedbe80fd0aa Mon Sep 17 00:00:00 2001 From: Brian Lycett Date: Wed, 10 Mar 2021 11:14:57 +0000 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..d3de564 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,18 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Check the debugging logs** +Please run the user manager with the debugging settings enabled. This might help you resolve the issue without needing to create a bug report. +Set `LDAP_DEBUG` and `LDAP_VERBOSE_CONNECTION_LOGS` to `TRUE` for LDAP issues. + +**Version** +Please say which release or branch you're using. If you're not running the user manager in a container then briefly explain how you're running it. + +**Describe the bug** +A clear and concise description of what the bug is.