Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.51 KB

CONTRIBUTING.md

File metadata and controls

31 lines (26 loc) · 1.51 KB

Contributing

Nice having you onboard!

We love contributions from everyone and here are a few things to keep in mind when contributing.

Issues

Somethings not working like it should? We've got you covered!

  • Use Github to create an issue;
  • Write a descriptive title;
  • Fill out the issue template;
  • Wait for a developer to make coffee and get back to you;

Pull requests

You want to help out by contributing code? Here's a checklist for a pull request:

  • Fork the project;
  • Create a branch for your code;
  • Write your awesome code;
  • Adhere to the coding style
  • Make sure all tests pass (docker-compose run web python manage.py test);
  • Don't forget to add yourself to the CONTRIBUTORS.md file;
  • Squash commits and provide a sane commit message;
  • Create a pull request;
  • Write a descriptive title;
  • Fill out the pull request template;
  • Wait for a developer to make coffee and get back to you;