Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New contributor guidelines; Add AUTHORS.md #660

Merged
merged 4 commits into from Mar 8, 2016
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file or symbol
Failed to load files and symbols.

Always

Just for now

Prev

exclude duplicate author

  • Loading branch information
feross committed Mar 8, 2016
commit 0be199d431e72d7d37cf9596a205917730c22fe7
@@ -60,7 +60,6 @@
- William Blankenship <william.jblankenship@gmail.com>
- James Halliday <mail@substack.net>
- Bazyli Brzóska <bazyli.brzoska@gmail.com>
- Yoann Ciabaud <y.ciabaud@free.fr>

#### Generated by tools/authors.sh.

@@ -9,6 +9,7 @@ while (<>) {
next if $seen{$_};
next if /<support\@greenkeeper.io>/;
next if /<badger\@gitter.im>/;
next if /<y.ciabaud\@free.fr>/;
next if /<.*\@users.noreply.github.com>/;
$seen{$_} = push @authors, "- ", $_;
}
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.