Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tulir Asokan
Olm
Commits
5b69a1a5
Commit
5b69a1a5
authored
May 01, 2019
by
Aaron Raimist
Committed by
Hubert Chathi
May 14, 2019
Browse files
Convert CONTRIBUTING.rst to markdown
Signed-off-by:
Aaron Raimist
<
aaron@raim.ist
>
parent
b46ac919
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
To contribute code to this library, the preferred way is to clone the git
repository, create a git patch series (for example via
``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
...
@@ -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
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 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
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
you agree to license it under the same terms as the project's license, we've
adopted the same lightweight approach that the
adopted the same lightweight approach that the
`Linux Kernel <https://www.kernel.org/doc/Documentation/SubmittingPatches>`_,
[
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>`_,
[
Docker
](
https://github.com/docker/docker/blob/master/CONTRIBUTING.md
)
,
and many other projects use: the DCO
and many other projects use: the DCO (
[
Developer Certificate of Origin
](
http://developercertificate.org/
)
).
(`Developer Certificate of Origin <http://developercertificate.org/>`_).
This is a simple declaration that you wrote the contribution or otherwise have
This is a simple declaration that you wrote the contribution or otherwise have
the right to contribute it to Matrix::
the right to contribute it to Matrix::
...
...
Write
Preview
Supports
Markdown
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