Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1002 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (14 loc) · 1002 Bytes

Code of Conduct

Firstly, please make sure you read the Contributor Covenant Code of Conduct. We're trying to follow this code of conduct as best we can. We would encourage you to follow it too.

Reporting Bugs

Open an issue and describe the problem in the description of the issue.

Requesting New Features

Open an issue and describe the desired feature in the description of the issue.

Contributing Code

You don't have to open an issue if you already have some code to contribute. Just do the following:

  1. Open a pull request.
  2. Make sure that the build passes (look out for the green tickmark).
  3. Check that the PDFs have been build correctly. You will find the PDFs on BinTray. The name of your files will be suffixed with short hashes of your commits: *-<short commit hash>.pdf
  4. Address all the comments.
  5. Wait until maintainers merge your pull request.

That's it. Happy coding!