Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
klaudiosinani committed Sep 27, 2017
1 parent d039f26 commit 3704628
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/update-authors.sh
Expand Up @@ -13,7 +13,7 @@ while (<>) {
$seen{$_} = push @authors, "- ", $_;
}
END {
print "## Project Authors 🎉\n\n";
print "## Project Authors\n\n";
print @authors, "\n";
print "Ordered by oldest contribution - Generated by `bin/update-authors.sh` 🚀\n";
}
Expand Down
2 changes: 1 addition & 1 deletion code-of-conduct.md
Expand Up @@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at hyper-pokemon@protonmail.com. All
reported by contacting the project team at klauscfhq@protonmail.com. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Expand Down
2 changes: 1 addition & 1 deletion contributing.md
Expand Up @@ -55,4 +55,4 @@ Come over and say hi anytime you feel like on [Gitter](https://gitter.im/tusk/Lo
- Use a descriptive title for the pull request and commits
- You might be asked to do changes to your pull request, you can do that by just [updating the existing one](https://github.com/RichardLitt/docs/blob/master/amending-a-commit-guide.md)

> Inspired by project [AVA](https://github.com/avajs/ava/blob/master/contributing.md)'s contributing.md!
> Inspired by project [AVA](https://github.com/avajs/ava/blob/master/contributing.md)'s contributing.md

0 comments on commit 3704628

Please sign in to comment.