From f8e072549c7b95f58dd7e76c98c5b53707566c62 Mon Sep 17 00:00:00 2001 From: Mauricio Siu Date: Sun, 15 Feb 2026 20:44:47 -0600 Subject: [PATCH] docs: update CONTRIBUTING.md with pull request guidelines - Added guidelines for keeping pull requests small and focused. - Emphasized the importance of testing contributions before submission to maintain a tidy PR queue. --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2671d5af..967ef6f2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,6 +20,11 @@ This project adheres to the [Contributor Covenant Code of Conduct](https://www.c For larger changes or questions, open an issue first to discuss your ideas. +### Pull Request Guidelines + +- **Keep PRs small and focused.** Avoid very large PRs; prefer several smaller PRs (e.g., one template or one logical change per PR). This speeds up review and keeps the history clear. +- **Test before submitting.** Any PR that has not been tested by the contributor will be closed. This keeps the PR queue tidy and ensures that only contributions that have been verified by their authors are considered. + ## Adding a New Template To add a new template, follow these steps: