diff options
author | 2022-01-25 10:57:19 -0500 | |
---|---|---|
committer | 2022-01-25 09:57:19 -0600 | |
commit | ce542cbad3c866c098f5ae91b4d56b4c6e7c04cd (patch) | |
tree | 0f6af00f5e682967b149a373fc5bd1332099b00c | |
parent | 894b66e32fa0507f93b0e16f9164af0802879835 (diff) | |
download | astro-ce542cbad3c866c098f5ae91b4d56b4c6e7c04cd.tar.gz astro-ce542cbad3c866c098f5ae91b4d56b4c6e7c04cd.tar.zst astro-ce542cbad3c866c098f5ae91b4d56b4c6e7c04cd.zip |
Add link to GOVERNANCE from CONTRIBUTING (#2465)
* Add link to GOVERNANCE from CONTRIBUTING
* contributors -> maintainers
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 046b09491..66355404a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -126,7 +126,7 @@ Understanding in which environment code runs, and at which stage in the process, ## Releasing Astro -_Note: Only core contributors (L3+) can release new versions of Astro._ +_Note: Only [core maintainers (L3+)](https://github.com/withastro/astro/blob/main/GOVERNANCE.md#level-3-l3---core-maintainer) can release new versions of Astro._ The repo is set up with automatic releases, using the changeset GitHub action & bot. |