Skip to content

Commit a220aa7

Browse files
authored
Create paint.yml issue template for pixel painting
Add a new issue template for painting a pixel on the Global Rorschach Canvas, including instructions and validation.
1 parent 024f64f commit a220aa7

1 file changed

Lines changed: 41 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/paint.yml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
name: 🎨 Paint a Pixel
2+
description: Paint a pixel on the Global Rorschach Canvas
3+
title: "Paint [A1] #FFFFFF"
4+
labels: []
5+
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
## 🎨 Paint the Canvas
11+
12+
Use the correct format below.
13+
14+
**Format:**
15+
Paint [A5] #FF5733
16+
17+
---
18+
Valid:
19+
- Rows: A–H
20+
- Columns: 1–8
21+
- HEX: 6-digit color code
22+
23+
- type: input
24+
id: instruction
25+
attributes:
26+
label: Paint Command
27+
description: Enter your paint command exactly
28+
placeholder: Paint [A5] #FF5733
29+
validations:
30+
required: true
31+
32+
- type: markdown
33+
attributes:
34+
value: |
35+
⚠️ The system only reads the **issue title**, not this field.
36+
37+
Make sure your **title** is correct before submitting.
38+
39+
---
40+
Example:
41+
Title → Paint [C3] #00FFAA

0 commit comments

Comments
 (0)