From 2c906635effc13ce74140d035d8cf0f455b7683b Mon Sep 17 00:00:00 2001 From: akshataik05 Date: Thu, 11 Jun 2026 22:11:14 +0530 Subject: [PATCH] docs: add contributing section to README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index fe3bbb9..d43f75c 100644 --- a/README.md +++ b/README.md @@ -214,6 +214,19 @@ Open `test-argon2id.html` in any modern browser and click **Run All Tests**. The No server required — runs fully offline. --- +## Contributing + +Contributions are welcome and appreciated! + +To contribute: + +1. Fork the repository. +2. Create a new branch for your changes. +3. Make and test your changes locally. +4. Commit your changes with a clear and descriptive message. +5. Open a pull request describing your improvements. + +Please keep pull requests focused and ensure that any changes are well documented. ## License