Merge pull request #197 from Justineo/patch-1

Add more reserved usernames
This commit is contained in:
Buu Nguyen 2015-10-26 09:42:06 -07:00
commit d9d1f87711
1 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,10 @@ const
'site', 'blog', 'about', 'explore',
'styleguide', 'showcases', 'trending',
'stars', 'dashboard', 'notifications',
'search', 'developer', 'account'
'search', 'developer', 'account',
'pulls', 'issues', 'features', 'contact',
'security', 'join', 'login', 'watching',
'new', 'integrations'
]
, GH_RESERVED_REPO_NAMES = ['followers', 'following', 'repositories']
, GH_404_SEL = '#parallax_wrapper'