summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorStefan Prietl <ederst@users.noreply.github.com>2023-02-09 23:30:56 +0100
committerGitHub <noreply@github.com>2023-02-09 15:30:56 -0700
commitb923a1c4fe740e9142d2c16b269d692a69919c0d (patch)
tree7cb40622cc5691a7103305436da263c4d1dddfc8 /CONTRIBUTING.rst
parentb3978cbd6c68c883f5ab02630d8d7fcb220b270c (diff)
downloadcloud-init-git-b923a1c4fe740e9142d2c16b269d692a69919c0d.tar.gz
ci: sort and add checks for cla signers file
This sorts the CLA signers file and adds a convenience script for users to check and sort the file. A workflow job - which uses the script - makes sure that the file does not get merged in an unsorted state.
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 31aba9e1..6d4cd65f 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -88,6 +88,9 @@ Follow these steps to submit your first pull request to ``cloud-init``:
* Note that ``.github-cla-signers`` is sorted alphabetically.
+ * You may use ``tools/check-cla-signers`` to sort ``.github-cla-signers``
+ or check that it is sorted.
+
* If you already have a change that you want to submit, you can
also include the change to ``tools/.github-cla-signers`` in that
pull request, there is no need for two separate PRs.