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
17 changes: 17 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Contributing to ProofWorks GenLayer

## 1. Getting Started
- Fork this repository
- Clone your fork: `git clone https://github.com/<your-username>/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