chore(docs): add 'Maintainers only' label info to CONTRIBUTING.md (#14914)

This commit is contained in:
Jacob Richman
2025-12-12 15:15:29 -08:00
committed by GitHub
parent a47af8e261
commit 977248e095
3 changed files with 9 additions and 1 deletions

View File

@@ -41,7 +41,9 @@ This project follows
The process for contributing code is as follows:
1. **Find an issue** that you want to work on.
1. **Find an issue** that you want to work on. If an issue is tagged as
"🔒Maintainers only", this means it is reserved for project maintainers. We
will not accept pull requests related to these issues.
2. **Fork the repository** and create a new branch.
3. **Make your changes** in the `packages/` directory.
4. **Ensure all checks pass** by running `npm run preflight`.