diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..952fd4c --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,28 @@ +# Contributing to Monad Docs + +Thanks for your interest in contributing to Monad! + +## 🛠 Prerequisites + +Before working with this documentation, it helps to have: + +- [Git](https://git-scm.com/downloads) +- [Node.js and npm](https://nodejs.org/) +- [pnpm](https://pnpm.io/installation) + +> If you're only editing documentation (like fixing typos or improving guides), you can do that directly on GitHub — no need to install anything locally. + +## 📥 How to Contribute + +1. Fork this repository. +2. Make your edits (e.g., fix typos, clarify steps, or improve formatting). +3. Commit your changes with a short description. +4. Open a pull request (PR) back to the main repo. + +## 💡 What Can You Improve? + +- Fix grammar, spelling, or confusing instructions. +- Add steps you wish you had when using Monad tools. +- Suggest better formatting or examples. + +Your contributions help make Monad more accessible to others. Thanks for being part of the community!