Skip to content

Commit 7214982

Browse files
authored
Create CONTRIBUTING.md
1 parent 1c3f71d commit 7214982

1 file changed

Lines changed: 62 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
# Contributing to Commit-Art
2+
3+
Commit-Art is a collaborative pixel canvas powered entirely by GitHub Issues and GitHub Actions.
4+
5+
Every commit is a brushstroke.
6+
7+
---
8+
9+
## 🎨 How to Paint
10+
11+
Create a new Issue using this exact format:
12+
13+
Paint [A5] #FF5733
14+
15+
Valid ranges:
16+
17+
- Rows: A–H
18+
- Columns: 1–8
19+
- Color: 6-digit HEX code
20+
21+
Example:
22+
23+
Paint [C3] #00FFAA
24+
25+
---
26+
27+
## 📏 Rules
28+
29+
- One pixel per issue.
30+
- Invalid formats are labeled `Invalid`.
31+
- Successful paints are labeled `Completed`.
32+
- Every action is permanently logged in `history.log`.
33+
- Do not spam or automate painting.
34+
35+
---
36+
37+
## 🧠 Philosophy
38+
39+
This is a collaborative social experiment.
40+
41+
Conflict, cooperation, and evolution are part of the system.
42+
43+
However:
44+
45+
- Harassment
46+
- Hate symbols
47+
- Explicit content
48+
- Automated abuse
49+
50+
may be reverted or blocked.
51+
52+
---
53+
54+
## 🛠 Code Contributions
55+
56+
If you'd like to improve the engine:
57+
58+
1. Fork the repository.
59+
2. Create a feature branch.
60+
3. Submit a pull request with a clear description.
61+
62+
Keep changes minimal and aligned with the core concept.

0 commit comments

Comments
 (0)