Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.15 KB

CONTRIBUTING.md

File metadata and controls

25 lines (16 loc) · 1.15 KB

Welcome to our contributing guide

Thank you for investing your time in contributing to our project! It is much appreciated.

Asking questions & report problems

If you'd like to ask a question or report a problem, please follow these steps:

  1. Look through the existing issues. Maybe we are already working on it.
  2. Have a look at the README. It might answer your question.
  3. Couldn't find anything? Then feel free to create an issue. If possible, use the issue templates so we get all the necessary information.

How to contribute code

If you want to contribute code, please follow these steps:

  1. Clone the repository and checkout a local working branch.
  2. Make your changes and commit them.
  3. Push your working branch to the Github repository.
  4. Create a pull request (PR) for your branch on Github.
  5. Create an issue and link it to your pull request.

We look through the issues and pull requests regularly.

Again, thank you very much for taking the time to help!