diff options
author | Daniel Watkins <oddbloke@ubuntu.com> | 2020-05-22 13:53:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-22 13:53:03 -0400 |
commit | 961239749106daead88da483e7319e9268c67cde (patch) | |
tree | fee7a66cf359ec1a2600c934a22c3d5694311385 | |
parent | 8c1b1bb9d3cd540f9f57d1110ab018bc4f267bfd (diff) | |
download | vyos-cloud-init-961239749106daead88da483e7319e9268c67cde.tar.gz vyos-cloud-init-961239749106daead88da483e7319e9268c67cde.zip |
HACKING: mention that .github-cla-signers is alpha-sorted (#380)
Hopefully this will save some ~pointless round trips on CLA PRs.
-rw-r--r-- | HACKING.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/HACKING.rst b/HACKING.rst index 8ca32aed..eab55980 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -67,6 +67,8 @@ Follow these steps to submit your first pull request to cloud-init: * See `PR #344`_ and `PR #345`_ for examples of what this pull request should look like. + * Note that ``.github-cla-signers`` is sorted alphabetically. + * (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.) |