aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-10-03 20:39:12 -0700
committerChris Rebert <[email protected]>2014-10-03 20:39:12 -0700
commit7af7a5eadb385246309f1c6460690fc768795cfa (patch)
treed0de7d2afba617232b44cf0ee653236fcc2777f7
parentd361470487a171eb7e4647b761db62c6e181a8bf (diff)
parent00b381ed9b86d1614a7feda0c59e222d1e83bff8 (diff)
downloadbootstrap-7af7a5eadb385246309f1c6460690fc768795cfa.tar.xz
bootstrap-7af7a5eadb385246309f1c6460690fc768795cfa.zip
Merge pull request #14728 from twbs/browser-bug-reporting
Add browser bug reporting links to CONTRIBUTING docs
-rw-r--r--CONTRIBUTING.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 29b8197c7..eb5d432ea 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -76,6 +76,18 @@ Example:
> causing the bug, and potential solutions (and your opinions on their
> merits).
+### Reporting upstream browser bugs
+
+Sometimes bugs reported to us are actually caused by bugs in the browser(s) themselves, not bugs in Bootstrap per se.
+When feasible, we aim to report such upstream bugs to the relevant browser vendor(s), and then list them on our [Wall of Browser Bugs](http://getbootstrap.com/browser-bugs/).
+
+| Vendor(s) | Browser(s) | Rendering engine | Bug reporting website(s) | Notes |
+| ------------- | ---------------------------- | ---------------- | ------------------------------------------------------------------------------------- | -------------------------------------------------------- |
+| Mozilla | Firefox | Gecko | https://bugzilla.mozilla.org/enter_bug.cgi | "Core" is normally the right product option to choose. |
+| Apple | Safari | WebKit | https://bugs.webkit.org/enter_bug.cgi?product=WebKit <br> https://bugreport.apple.com | In Apple's bug reporter, choose "Safari" as the product. |
+| Google, Opera | Chrome, Chromium, Opera v15+ | Blink | https://code.google.com/p/chromium/issues/list | Click the "New issue" button. |
+| Microsoft | Internet Explorer | Trident | https://connect.microsoft.com/IE/feedback/LoadSubmitFeedbackForm | |
+
## Feature requests