summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2017-02-21 11:55:06 +0100
committerVarac <varac@leap.se>2017-09-27 11:06:06 +0200
commit868ffe83abba62adab22b050c6e2f99d73a7babf (patch)
tree3a87a19f571df6c2eaef78ec938f3fded54e19b0
parentae06daee1fcb1f1919c2ed07a78a68dd8d7eda61 (diff)
Add a page how to report bugs
-rw-r--r--pages/docs/get-involved/report-a-bug.md31
1 files changed, 31 insertions, 0 deletions
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 <a class='' href='/docs/platform/troubleshooting/known-issues'>Platform known issues</a> or the <a class='' href='/docs/client/known-issues'>Bitmask client known issues</a> before reporting a bug.
+You might want to browse the <a class='' href='https://0xacab.org/leap/bitmask-dev/issues'>Bitmask client issues</a> or the <a class='' href='https://0xacab.org/leap/platform/issues'>Platform issues</a> as well.
+
+## LEAP issue tracker
+
+This is the LEAP <a class='' href='https://0xacab.org/leap'>LEAP issue stracker</a>.
+
+* <a class='' href='https://0xacab.org/leap/bitmask-dev/issues/new'>Create a new Bitmask client issues</a>
+* <a class='' href='https://0xacab.org/leap/bitmask-dev/issues/new'>Create a new Platform issues</a>
+
+Please <a class='' href='https://0xacab.org/users/sign_in#register-pane'>register</a> 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!