mirror of https://github.com/saimn/sigal.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
802 B
802 B
How To Contribute
sigal is always open for suggestions and contributions by generous developers. Here are a few tipps to get you started.
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, 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.
Thank you for considering to contribute to sigal !