Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
matrix-org
Olm
Commits
5b69a1a5
Commit
5b69a1a5
authored
May 01, 2019
by
Aaron Raimist
Committed by
Hubert Chathi
May 14, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Convert CONTRIBUTING.rst to markdown
Signed-off-by:
Aaron Raimist
<
[email protected]
>
parent
b46ac919
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
9 deletions
+6
-9
CONTRIBUTING.md
CONTRIBUTING.md
+6
-9
No files found.
CONTRIBUTING.
rst
→
CONTRIBUTING.
md
View file @
5b69a1a5
Contributing code to libolm
===========================
# Contributing code to libolm
To contribute code to this library, the preferred way is to clone the git
repository, create a git patch series (for example via
``git
...
...
@@ -8,18 +7,16 @@ format-patch --stdout origin/master``), and send this by email to
Naturally, you must be willing to license your contributions under the same
license as the project itself - in this case, Apache Software License v2 (see
`<
LICENSE
>`_
).
[
LICENSE
](
LICENSE
)
).
Sign off
--------
## Sign off
In order to have a concrete record that your contribution is intentional and
you agree to license it under the same terms as the project's license, we've
adopted the same lightweight approach that the
`Linux Kernel <https://www.kernel.org/doc/Documentation/SubmittingPatches>`_,
`Docker <https://github.com/docker/docker/blob/master/CONTRIBUTING.md>`_,
and many other projects use: the DCO
(`Developer Certificate of Origin <http://developercertificate.org/>`_).
[
Linux Kernel
](
https://www.kernel.org/doc/html/latest/process/submitting-patches.html#sign-your-work-the-developer-s-certificate-of-origin
)
,
[
Docker
](
https://github.com/docker/docker/blob/master/CONTRIBUTING.md
)
,
and many other projects use: the DCO (
[
Developer Certificate of Origin
](
http://developercertificate.org/
)
).
This is a simple declaration that you wrote the contribution or otherwise have
the right to contribute it to Matrix::
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment