commit 7663f8fb8c2c348312ece375c948c76d6894b70d Author: juga0 juga@riseup.net Date: Fri Sep 14 18:30:39 2018 +0000
Add section about bug reports and trac --- CONTRIBUTING.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index a2134e0..d7e2822 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -5,9 +5,18 @@ Thank you for your interest in Simple Bandwidth Scanner (``sbws``).
Examples of contributions include:
-* Bug reports +* Bug reports, feature requests * Code/documentation patches
+Bug reports +------------ + +Check that bug has not been already reported. +To report bugs or request features, open a ticket in +`Tor Project Trac https://trac.torproject.org/projects/tor/newticket`_ +and assign the component to ``Core Tor``/``sbws``. + + Pull requests are welcome, especially if they address open issues.
#. Fork the repo on GitHub