Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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!