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

Update CONTRIBUTING.md #652

Merged
merged 1 commit into from
Sep 3, 2021
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
7 changes: 1 addition & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,13 @@ to contribute to the contents of this repository, hereafter referred to as
General
-------
All contributors implicitly agree to license their contribution under the same
terms as the rest of the software, and accept that those terms may change in the
future. See the `LICENCE.txt` file for details.
terms as the rest of the software. See the `LICENSE` file for details.

All contributions to the software, in the form of changes, removals or
additions to source code and other files under source control, shall be made
via pull requests. A pull request must always be reviewed and merged by someone
other than its author.

Before a pull request can be approved and merged into the code base, the author
must sign the "OSP Contributor License Agreement". This agreement is pending, but
will be included in this repository with guidelines once concluded.

Programming language and style
------------------------------
The primary programming language is C++, specifically C++17.
Expand Down