The "Reporting a Bug" checklist in CONTRIBUTING.md (lines 9–16) does not ask reporters to include app logs for connection, reconnection, or leak bugs. The equivalent checklist in README.md (What Makes a Good Report, lines 34–42) was updated in commit 925571c (#40) to add:
App logs when the bug involves a connection drop, a reconnection failure, or a suspected leak: adb logcat output on Android.
A reporter reading only CONTRIBUTING.md — the document linked from the issue form — will omit log output for the categories this tracker treats as highest priority. That omission triggers an extra round-trip on every connection-drop, reconnection, and leak report before diagnosis can begin.
Proposed fix: add the same bullet to CONTRIBUTING.md after line 16 (the "server or country" bullet), matching the wording used in README.md.
The "Reporting a Bug" checklist in
CONTRIBUTING.md(lines 9–16) does not ask reporters to include app logs for connection, reconnection, or leak bugs. The equivalent checklist inREADME.md(What Makes a Good Report, lines 34–42) was updated in commit 925571c (#40) to add:A reporter reading only
CONTRIBUTING.md— the document linked from the issue form — will omit log output for the categories this tracker treats as highest priority. That omission triggers an extra round-trip on every connection-drop, reconnection, and leak report before diagnosis can begin.Proposed fix: add the same bullet to
CONTRIBUTING.mdafter line 16 (the "server or country" bullet), matching the wording used in README.md.