branch: elpa/flycheck
commit 9b4b5c54da819c5b0ae72ba06c6097216d9a068c
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Remove CLA requirement and references
The CLA (hosted via cla-assistant.io, linked to a gist by the former
maintainer) is no longer needed. Contributions are covered by the
project's GPL-3.0 license. The license/cla required status check
has also been removed from branch protection.
---
doc/contributor/contributing.rst | 13 -------------
doc/contributor/maintaining.rst | 5 -----
2 files changed, 18 deletions(-)
diff --git a/doc/contributor/contributing.rst b/doc/contributor/contributing.rst
index 4590967417..f99bbb1195 100644
--- a/doc/contributor/contributing.rst
+++ b/doc/contributor/contributing.rst
@@ -109,19 +109,6 @@ particular language still work. A successful ``make
integ`` is by no means
mandatory for pull requests, though, the continuous integration will test your
changes, too.
-.. important::
-
- To contribute to Flycheck you must sign our CLA_ (Contributor License
- Agreement). The CLA Assistant bot will automatically ask you to do this
when
- you open a pull request, and will let you sign the CLA through your Github
- account.
-
- We require this process mostly to make you aware of the licensing
- implications of contributing to Flycheck and to obtain your explicit
approval
- of our licenses for your contribution.
-
- .. _CLA: https://gist.github.com/swsnr/c9c0d656fe7e704da2f734779242ec99
-
All pull requests go through a two-stage review process:
* :ref:`Maintainer <flycheck-maintainers>` review the general idea and
direction
diff --git a/doc/contributor/maintaining.rst b/doc/contributor/maintaining.rst
index 6ef7027cc6..3370bf7945 100644
--- a/doc/contributor/maintaining.rst
+++ b/doc/contributor/maintaining.rst
@@ -189,17 +189,12 @@ extra tooling and some 3rd party services for Flycheck:
configuration.
* `GitHub Actions`_ runs our tests after every push and for every pull request.
It's configured through ``.github/workflows/``.
-* `CLA assistant`_ checks signatures to our CLA_ and allows contributors to
sign
- the CLA through their Github account.
-
All :ref:`maintainers <flycheck-maintainers>` have administrative access to
these services so in case of an issue just contact them.
.. _Github: https://github.com/flycheck
.. _ReadTheDocs: https://readthedocs.org/projects/flycheck/
.. _GitHub Actions: https://github.com/flycheck/flycheck/actions
-.. _CLA assistant: https://cla-assistant.io
-.. _CLA: https://gist.github.com/swsnr/c9c0d656fe7e704da2f734779242ec99
Versioning and releases
=======================