summaryrefslogtreecommitdiff
path: root/docs/testing
diff options
context:
space:
mode:
authorJustin Bottega <jubo.bot@openmailbox.org>2017-11-13 05:21:26 +0000
committerRuben Pollan <meskio@sindominio.net>2017-11-20 19:10:45 +0100
commit564af408e32a084ea52503ceea1561445f3bccd3 (patch)
treeb5ffd63a289ecf697ea8124700d50d20af971c08 /docs/testing
parent1a3d330f1dfffdd94f8091600bf477fef87dc233 (diff)
[docs] clarify guidelines for new contributors
This adds the Contributor Covenant 1.2 from the previous guidelines, as well as a github workaround for new contributors who run into the 0xacab 1-repo limit (or similar issues). Replaces a 404 link in the leap-commit-template, and adds a reminders to anonymize logs for testers. - Documentation: #9138 Signed-off-by: Ruben Pollan <meskio@sindominio.net>
Diffstat (limited to 'docs/testing')
-rw-r--r--docs/testing/index.rst9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/testing/index.rst b/docs/testing/index.rst
index c83654c3..9f89597d 100644
--- a/docs/testing/index.rst
+++ b/docs/testing/index.rst
@@ -23,18 +23,21 @@ Reporting bugs
--------------
* Bug reports go into our `Issue Tracker`_.
-* `Here`_ is some very good read about what constitutes a `good bug report`_.
+* `Here`_ is a very good read about what constitutes a `good bug report`_.
* Have also a look at the :ref:`Known Issues <issues>` page.
.. _`Issue Tracker`: https://0xacab.org/leap/bitmask-dev/issues/
.. _`Here`: http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
.. _`good bug report`: http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
+.. note:: Before including logs in a bug report, please read through them and
+ *remove any personally-identifying information*!
+
Logs
--------------
Bitmask stores the logs in ``$HOME/.config/leap/bitmaskd.log``. You might want
-to remove the whole ``~/.config/leap`` folder when trying a new account, or when you
-stop using Bitmask.
+to remove the whole ``~/.config/leap`` folder when trying a new account, or
+when you stop using Bitmask.
Tips for QA
--------------------------------