From eb04081b55c43d0f6e874dffae22f4626143d247 Mon Sep 17 00:00:00 2001 From: Diego Lendoiro Date: Tue, 16 Jan 2018 18:52:02 +0100 Subject: [PATCH] initial issue template --- ISSUE_TEMPLATE.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..0a1e7b3 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,28 @@ +## IMPORTANT :hand: :point_up: Please read + +Only use github issues for bugs. + +We will be more than happy to help you on the community forum for: +- feature requests: https://community.passbolt.com/c/backlog +- issues related to installations: https://community.passbolt.com/c/installation-issues +- general questions: https://community.passbolt.com/c/uncategorized + +If you still want to report a bug please take a look first on the other open/closed tickets to avoid duplicating issues. + +### How to provide a good issue report: +- Provide all the information you can collect about your problem +- Provide log outputs from (some examples follow): + - /var/www/passbolt/tmp/logs/error.log + - /var/log/nginx/error.log + - curl -vvvLk http://passboltdomain + - Any other sources you might think will help to solve the problem + +### What you did :memo: +Explain what you did, steps to reproduce your issue, here. + +### What happened :collision: :clipboard: +Provide information such as log outputs in this section showing what is +happening. + +### What you expected to happen +Explain what is the expected behaviour.