diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..f3b6308 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,17 @@ +# Contributing to ProofWorks GenLayer + +## 1. Getting Started +- Fork this repository +- Clone your fork: `git clone https://github.com//proofworks-genlayer.git` +- Create a feature branch: `git checkout -b feature/your-description` + +## 2. Development Guidelines +- Follow existing code style and formatting +- Keep changes focused and atomic +- Add comments for complex logic + +## 3. Submitting Changes +- Push your branch to your fork +- Open a Pull Request against `main` +- Reference related issues: `Fixes #26` +- Wait for review and address feedback promptly