Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.64 KB

CONTRIBUTING.md

File metadata and controls

47 lines (34 loc) · 1.64 KB

Contributing

This document explains how to contribute to odxtools. By contributing you will implicitly agree that your contribution will be made available under the same license as the relevant content of the repository.

Table of Contents

  • Communication
  • Contributions

Communication

We use GitHub to handle bug repors, feature requests, questions and general discussions (via the "issues" and "discussions" features of GitHub) as well as for managing code and documentation improvements (via pull requests). Transparent, inclusive and open communication is important to us; thus, all project-related communication should happen exclusively on GitHub and using the English language.

In the context of project-related discussions, please respect our Code of Conduct.

Contributions

CLA

Before your first pull request can be merged, you need to sign our Contributor License Agreement (CLA) and send it to cla-mbition@daimler.com.

After sending the signed document, your code contributions can immediately be merged, i.e., you do not need to wait for any acknowledgement email.

Pull requests

All changes to the contents of the odxtools repository are done via GitHub's standard workflow --- in particular its pull request mechanism.

If you are new to contributing to projects on GitHub, our First Contributions document might be a good starting point.