From ecd0431a98a6cc4d4771c80ecd5abb6e0d00f927 Mon Sep 17 00:00:00 2001 From: anewuser Date: Mon, 27 Apr 2015 21:47:23 -0300 Subject: [PATCH] proposed additions to CONTRIBUTING.md Added link to subreddits (with an observation that they are run by users), and requests to verify if the issue isn't caused by another extension and to stop posting "me too!"-type comments. --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index eb2aba269..60f43018b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,8 @@ - Submit design ideas. - Submit feature requests. - Submit "revolutionary ideas". - - Use issues as replacement for threads on a bulletin board. + - Post comments like "+1" or "me too!" without providing new relevant info on the issue. + - Use issues as replacement for threads on a bulletin board. [You can use Reddit](https://www.reddit.com/r/ublock+ublockorigin) for general discussion among users. - Any such issue will be closed without comment. 1. Make sure your issue [hasn't already been fixed in a recent release](https://github.com/gorhill/uBlock/releases). 1. Verify that the issue does **not** occur with uBlock disabled. @@ -19,6 +20,7 @@ - If it is the case, report to the list maintainer(s). - It helps to also test with Adblock Plus, with **same** filter lists. - If issue also occurs with ABP, it's most likely a filter list issue. +1. Verify that the issue is not caused by another extension, such as HTTPS Everywhere. 1. Any issue opened with no effort to provide the required details will be closed without comment. ---