commit bbf3629ec21123add37193904f270b06f38c8eb2 Author: David Fifield david@bamsoftware.com Date: Wed Aug 5 23:34:50 2020 -0600
Update bug-reporting instructions.
Option 1 is to request an account at gitlab.torproject.org. Option 2 is to edit the public pad I just created.
Closes #14. --- static/index.html | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-)
diff --git a/static/index.html b/static/index.html index 32cdcde..25f15d7 100644 --- a/static/index.html +++ b/static/index.html @@ -76,24 +76,25 @@ <h2 data-msgid="__MSG_reportingBugs__">Reporting Bugs</h2>
<p data-msgid="__MSG_fileBug__">If you encounter problems with Snowflake as a client or a proxy, - please consider filing a bug. To do so, you will have to,</p> + please consider filing a bug report. There are two ways to file a bug report:</p>
<ol> - <li data-msgid="__MSG_sharedAccount__"> - Either <a href="https://trac.torproject.org/projects/tor/register">create an - account</a> or <a href="https://trac.torproject.org/projects/tor/login">log in</a> - using the shared <b>cypherpunks</b> account with password <b>writecode</b>.</li> <li data-msgid="__MSG_bugTracker__"> - <a href="https://trac.torproject.org/projects/tor/newticket?component=Circumvention%2FSnowflake">File a ticket</a> - using our bug tracker.</li> + <a href="https://gitlab.torproject.org/">Request an account</a> + at the Tor Project GitLab, then + <a href="https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/issues">open a new issue</a> + in the Snowflake project. + </li> + <li data-msgid="__MSG_sharedAccount__"> + Edit the + <a href="https://pad.riseup.net/p/tor-anti-censorship-bugs-keep">public bug-reporting pad</a> + of the anti-censorship team. + </li> </ol>
<p data-msgid="__MSG_descriptive__"> Please try to be as descriptive as possible with your ticket and if possible include log messages that will help us reproduce the bug. - Consider adding keywords <em>snowflake-webextension</em> or <em>snowflake-client</em> - to let us know how which part of the Snowflake system is experiencing - problems. </p> </section>
tor-commits@lists.torproject.org