From 283ea3734e56386a0632b2f0b1c77903fced3a2c Mon Sep 17 00:00:00 2001 From: Elbukky <112976948+Elbukky@users.noreply.github.com> Date: Wed, 30 Apr 2025 13:22:55 +0100 Subject: [PATCH] Create CONTRIBUTING.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR adds a beginner-friendly CONTRIBUTING.md file to help new users understand how to participate in Monad’s community resources, even without coding experience. --- CONTRIBUTING.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 CONTRIBUTING.md 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!