]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add browser bug reporting links to CONTRIBUTING docs; refs #13974 14728/head
authorChris Rebert <code@rebertia.com>
Fri, 3 Oct 2014 22:16:46 +0000 (15:16 -0700)
committerChris Rebert <code@rebertia.com>
Fri, 3 Oct 2014 22:16:46 +0000 (15:16 -0700)
CONTRIBUTING.md

index 29b8197c7fce463df11e04bf2b213f53bee53b9f..eb5d432eaf5c4b37211ffc67f3041e06f655f5ab 100644 (file)
@@ -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