Skip to content

Commit

Permalink
docs/_plugins/bugify.rb: Add support for MS A11y UserVoice ideas
Browse files Browse the repository at this point in the history
Refs twbs#21089
[ci skip]
  • Loading branch information
cvrebert authored Nov 9, 2016
1 parent cbd13e5 commit dafd900
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/_plugins/bugify.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ def bugify(input)
"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"],
"A11yUserVoice" => ["https://microsoftaccessibility.uservoice.com/forums/307429-microsoft-accessibility-feedback/suggestions/", "Microsoft A11y 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"],
Expand Down

0 comments on commit dafd900

Please sign in to comment.