diff options
author | Justin Bottega <jubo.bot@openmailbox.org> | 2017-11-13 05:21:26 +0000 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2017-11-20 19:10:45 +0100 |
commit | 564af408e32a084ea52503ceea1561445f3bccd3 (patch) | |
tree | b5ffd63a289ecf697ea8124700d50d20af971c08 /docs/testing/index.rst | |
parent | 1a3d330f1dfffdd94f8091600bf477fef87dc233 (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/index.rst')
-rw-r--r-- | docs/testing/index.rst | 9 |
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 -------------------------------- |