From b38a94a5e5574aa54321658ebfb07b7c710b9945 Mon Sep 17 00:00:00 2001 From: skyfire707 Date: Tue, 2 Jun 2026 09:10:01 -0400 Subject: [PATCH] docs: add CONTRIBUTING.md with three core sections Closes #26 --- CONTRIBUTING.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 CONTRIBUTING.md 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