Skip to content

Commit f396f3b

Browse files
Create README.md
1 parent 2a74d6f commit f396f3b

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

.github/README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# GitHub Copilot Configuration for MakeCode Arcade
2+
3+
This directory contains GitHub Copilot configuration for the MakeCode Arcade multi-repository workspace.
4+
5+
## � Configuration Files
6+
7+
- **`copilot-instructions.md`**: Comprehensive instructions for GitHub Copilot covering multi-repository development, coding guidelines, and best practices
8+
9+
## 🚀 Quick Start
10+
11+
For development setup in this multi-repository workspace:
12+
```bash
13+
# First-time setup (Windows)
14+
setup.cmd /firsttime
15+
16+
# Daily development
17+
setup.cmd /link && setup.cmd /pull
18+
```
19+
20+
## 📚 Full Documentation
21+
22+
See [`copilot-instructions.md`](copilot-instructions.md) for complete details on:
23+
- Multi-repository structure and responsibilities
24+
- Development workflows and best practices
25+
- Block annotation patterns and API design
26+
- Troubleshooting and common issues
27+
28+
## 🔧 Validation
29+
30+
The configuration is validated by the [`copilot-setup-steps.yml`](workflows/copilot-setup-steps.yml) workflow to ensure quality and completeness.

0 commit comments

Comments
 (0)