From 2b5e9d4726bb8b94b108ec0cd0f132a5e7e3679a Mon Sep 17 00:00:00 2001 From: hensm Date: Sat, 12 Sep 2020 15:48:25 +0100 Subject: [PATCH] Add bug reports info to CONTRIBUTING --- CONTRIBUTING.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 749a3a8..bfaf606 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,6 +11,15 @@ issues if you're going to work on something to avoid duplication of effort. Submit an issue for new features before submitting a PR. +## Bug Reports + +Follow the bug report issue template and provide as much info as possible. Logs can be found in various locations depending on the component at fault: + +* https://developer.mozilla.org/en-US/docs/Tools/Web_Console +* https://developer.mozilla.org/en-US/docs/Tools/Browser_Console +* https://extensionworkshop.com/documentation/develop/debugging/ + + ## Compatibility Reports Compatibility reports are always helpful. Use the "Compatibility Report" issue template. Ensure you have a working environment and that the site is in the whitelist (check options page).