diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b7a95ef..eba2de3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,7 +7,8 @@ Please: - Obey [PEP 8] and [PEP 257]. - *Always* add tests and docs for your code. -- Add yourself to the AUTHORS file in an alphabetical fashion. +- Add yourself to the AUTHORS file in an alphabetical fashion, and add your + name to the license header of the files you modify. - Write [good commit messages]. - Ideally, [squash] your commits, i.e. make your pull requests just one commit.