1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-08-24 09:03:34 +00:00

integrate author check into travis

This commit is contained in:
Patrick Kanzler
2017-05-26 01:55:30 +02:00
parent 3f9d44ff15
commit 7c17141fb2
4 changed files with 26 additions and 3 deletions

View File

@@ -12,6 +12,15 @@ The pull requests and issues will be prefilled with templates. Please fill in yo
This project uses `semantic versioning <http://semver.org/>`_ and tries to adhere to the proposed rules as
well as possible.
Author-list
-----------
This project keeps a list of authors. This can be auto-generated by calling `./doc/generate-authors.sh`.
When contributing the first time, please include a commit with the output of this script in place.
Otherwise the integration-check will fail.
When you change your username or mail-address, please also update the `.mailmap` and the authors-list.
Style-Guide
-----------