Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix email adress and links #63

Merged
merged 1 commit into from
Aug 22, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
<!-- SPDX-License-Identifier: MIT -->
# Contributing

This document explains how to contribute to `odxtools`. By
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](#communication)
* [Contributions](#contributions)

## Communication

We use GitHub to handle bug repors, feature requests, questions and
We use GitHub to handle bug reports, 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](https://github.com/Daimler/daimler-foss/blob/master/CODE_OF_CONDUCT.md).
[Code of Conduct](https://github.com/mercedes-benz/daimler-foss/blob/master/CODE_OF_CONDUCT.md).

## Contributions

Expand All @@ -30,7 +30,7 @@ In the context of project-related discussions, please respect our
Before your first pull request can be merged, you need to sign our
[Contributor License Agreement (CLA)](CONTRIBUTORS_LICENSE_AGREEMENT.md)
and send it to
[cla-mbition@daimler.com](mailto:cla-mbition@daimler.com).
[cla-mbition@mercedes-benz.com](mailto:cla-mbition@mercedes-benz.com).

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