From 868ffe83abba62adab22b050c6e2f99d73a7babf Mon Sep 17 00:00:00 2001 From: varac Date: Tue, 21 Feb 2017 11:55:06 +0100 Subject: Add a page how to report bugs --- pages/docs/get-involved/report-a-bug.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 pages/docs/get-involved/report-a-bug.md diff --git a/pages/docs/get-involved/report-a-bug.md b/pages/docs/get-involved/report-a-bug.md new file mode 100644 index 0000000..9b4c12c --- /dev/null +++ b/pages/docs/get-involved/report-a-bug.md @@ -0,0 +1,31 @@ +@title = "Report a bug (or a feature request)" +@summary = "How to submit a bug report or a feature request." + +Something not working ? You found a bug, or want to propose a feature ? + +Here's how you can get involved. + +Please refer to the Platform known issues or the Bitmask client known issues before reporting a bug. +You might want to browse the Bitmask client issues or the Platform issues as well. + +## LEAP issue tracker + +This is the LEAP LEAP issue stracker. + +* Create a new Bitmask client issues +* Create a new Platform issues + +Please register before creating new issues. + +## Anomymize your logs before pasting them in the LEAP issue tracker + +Before you paste your logs you can use our log anonymizing script: + + git clone https://leap.se/git/scripts.git + cd scripts + +Edit the script and add your username and domain, then: + + ./clean-log.sh PATH_TO_LOGFILE > /tmp/LOGFILE.cleaned.log + +Please double check before pasting nonetheless! -- cgit v1.2.3