Merge pull request #14492 from mrngoitall/fix-report-issue-link

🐛 Fix Report Issue link to CONTRIBUTING.md
This commit is contained in:
Lee Dohm 2017-05-22 12:02:41 -07:00 committed by GitHub
commit 85e65ffd1c

View File

@ -237,7 +237,7 @@ class AtomApplication
@on 'application:open-discussions', -> shell.openExternal('https://discuss.atom.io')
@on 'application:open-faq', -> shell.openExternal('https://atom.io/faq')
@on 'application:open-terms-of-use', -> shell.openExternal('https://atom.io/terms')
@on 'application:report-issue', -> shell.openExternal('https://github.com/atom/atom/blob/master/CONTRIBUTING.md#submitting-issues')
@on 'application:report-issue', -> shell.openExternal('https://github.com/atom/atom/blob/master/CONTRIBUTING.md#reporting-bugs')
@on 'application:search-issues', -> shell.openExternal('https://github.com/search?q=+is%3Aissue+user%3Aatom')
@on 'application:install-update', =>