File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments