From 7621a833ec2c0429cf029caecd7af6d9df97bdec Mon Sep 17 00:00:00 2001 From: Sarthak Patil Date: Sun, 17 May 2026 08:36:24 +0530 Subject: [PATCH] Add Good First PR checklist to README ## Changes made * Added a "Good First PR Checklist" section to the README * Included contribution reminders for new contributors before opening a pull request ## Why This helps first-time contributors follow basic contribution practices and improves PR quality. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 05a338b..1eb4628 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,15 @@ Found a bug or have an improvement idea? Contributions are welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) for detailed guidelines. +## Good First PR Checklist + +Before opening a pull request: + +- [ ] Run the app locally +- [ ] Keep the change small and focused +- [ ] Update documentation if behavior changed +- [ ] Write a clear PR title and description + --- ## 📄 License