]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
docs/_plugins/bugify.rb: Add support for MS Edge UserVoice ideas (#20176)
authorChris Rebert <github@chrisrebert.com>
Sun, 26 Jun 2016 04:32:23 +0000 (21:32 -0700)
committerGitHub <noreply@github.com>
Sun, 26 Jun 2016 04:32:23 +0000 (21:32 -0700)
[skip sauce]

docs/_data/browser-bugs.yml
docs/_plugins/bugify.rb

index eaf38c8b2cccf2137eedcf70ff5d9c6f7c9f1ce5..68065107dbaad3053201b022e853f5f108390752 100644 (file)
@@ -74,7 +74,7 @@
   summary: >
     Implement the `:dir()` pseudo-class from Selectors Level 4
   upstream_bug: >
-    [Edge UserVoice idea #12299532](https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer/suggestions/12299532--dir)
+    UserVoice#12299532
   origin: >
     Bootstrap#19984
 
index 0c5a0f5f54b8a3db0cfe4d5bced64754dfd71cf9..5562dd5de20f75d6edfdd76592953d5e1ada55ff 100644 (file)
@@ -4,6 +4,7 @@ module Jekyll
       upstream_map = {
         "Bootstrap" => "https://github.com/twbs/bootstrap/issues/",
         "Edge" => ["https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/", "Edge issue"],
+        "UserVoice" => ["https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer/suggestions/", "Edge UserVoice idea"],
         "Mozilla" => ["https://bugzilla.mozilla.org/show_bug.cgi?id=", "Mozilla bug"],
         "Chromium" => ["https://bugs.chromium.org/p/chromium/issues/detail?id=", "Chromium issue"],
         "WebKit" => ["https://bugs.webkit.org/show_bug.cgi?id=", "WebKit bug"],