From fa740a797da28bedcc919635d7d24d40f81b70cb Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Wed, 17 Feb 2016 18:13:27 -0500 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4ab100b..d703f37 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,8 +1,12 @@ -# Submitting issues +### Submitting issues -**Must read:** [How to Report Bugs Effectively](http://www.chiark.greenend.org.uk/~sgtatham/bugs.html). +**The issue tracker is for provable issues only:** You will have to make the case that the issue is really with uMatrix and not something else on your side. To make a case means to provide detailed steps so that anybody can reproduce the issue. Be sure to rule out that the issue is not caused by something specific on your side. -### IMPORTANT +For **support/discussions**, there is [Mozilla Discourse](https://discourse.mozilla-community.org/t/support-ublock-origin/6746). + +Issues opened which are not actual issues with the code will be closed as _invalid_ without further comment. + +### Important 1. When you file an issue, your **responsibility** is to provide **ALL** the exact steps needed for me to reproduce an issue. 1. Ideally, never should I have to _guess_ how to reproduce an issue.