commit 46c9665659397bd423f66ff1eb22a0c6c40ff1cc parent 846977fe0f79967836bcea078f38c0c0df5a240b Author: Amit Dutta <amitdutta4255@gmail.com> Date: Sun, 17 Aug 2025 19:53:32 +0530 Update README.md Diffstat:
| M | README.md | | | 9 | +++++---- |
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md @@ -233,11 +233,12 @@ python -m unittest discover -s . -p "test*.py" ## 🛠️ Contributing -- Fork repo -- Create branch -- Add feature + test -- Submit PR +If you’d like to contribute to this project, here’s how you can help: +- **Fork the repository** → Make your own copy of this project on GitHub. +- **Create a new branch** → Work on a separate branch for your changes (e.g., `feature/new-function`). +- **Add your feature or bug fix with tests** → Write the code and include tests to ensure it works correctly. +- **Open a Pull Request (PR)** → Submit your changes so they can be reviewed and merged into the main project. --- ## 🗺️ Roadmap