Skip to content

Commit d7169b4

Browse files
committed
CONTRIBUTING.rst: Remove section about CLA
It is talking about Datastax CLA, which is not required to contribute to our fork. Afaik we don't have any CLA required for external contributors to our drivers.
1 parent 7ccce12 commit d7169b4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

CONTRIBUTING.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ Pull Requests
2020
If you're able to fix a bug yourself, you can `fork the repository <https://help.github.com/articles/fork-a-repo/>`_ and submit a `Pull Request <https://help.github.com/articles/using-pull-requests/>`_ with the fix.
2121
Please include tests demonstrating the issue and fix. For examples of how to run the tests, consult the `dev README <https://github.com/scylladb/python-driver/blob/master/README-dev.rst#running-the-tests>`_.
2222

23-
Contribution License Agreement
24-
------------------------------
25-
To protect the community, all contributors are required to `sign the DataStax Contribution License Agreement <http://cla.datastax.com/>`_. The process is completely electronic and should only take a few minutes.
26-
2723
Design and Implementation Guidelines
2824
------------------------------------
2925
- We have integrations (notably Cassandra cqlsh) that require pure Python and minimal external dependencies. We try to avoid new external dependencies. Where compiled extensions are concerned, there should always be a pure Python fallback implementation.

0 commit comments

Comments
 (0)