Compare commits
3 Commits
9aa21a6268
...
0a3a9fe8fb
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0a3a9fe8fb | ||
|
|
58b62c8644 | ||
|
|
639b878a0b |
16
.github/copilot-instructions.md
vendored
16
.github/copilot-instructions.md
vendored
@@ -14,8 +14,22 @@ All wiki pages should use YAML frontmatter for tagging.
|
||||
## Challenge Tags
|
||||
All challenge pages must include the following tags:
|
||||
- `challenge`: Identifies the page as a challenge.
|
||||
- `challenge-NNN`: A unique sequential identifier (e.g., `challenge-001`, `challenge-002`).
|
||||
- `challenge-NNN`: A unique sequential identifier.
|
||||
- `challenge-001`: October 2025
|
||||
- `challenge-002`: November 2025
|
||||
- `challenge-003`: December 2025
|
||||
- Increment for subsequent months.
|
||||
- `archive`: (Optional) Use this tag when the challenge is no longer active.
|
||||
|
||||
## Visibility Tags
|
||||
- `hidden`: Use this tag to prevent the page from being published to the fargo3d.com website.
|
||||
|
||||
## Example Front Matter
|
||||
|
||||
```yaml
|
||||
---
|
||||
tags:
|
||||
- challenge
|
||||
- challenge-002
|
||||
---
|
||||
```
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
#### Materials & Constraints
|
||||
|
||||
- **Filament**: [Specify required filament type/brand]
|
||||
- **Maximum Filament Usage**: [Weight limit if applicable]
|
||||
- **Model Specification**: [Dimensions, complexity, or provided model details]
|
||||
- **Print Mode**: [Any specific printing requirements]
|
||||
|
||||
@@ -47,11 +46,7 @@
|
||||
|
||||
#### Awards
|
||||
|
||||
- **[Award 1]**: [Description]
|
||||
- **[Award 2]**: [Description]
|
||||
- **[Award 3]**: [Description]
|
||||
- **People's Choice Award**: Community favorite
|
||||
- **Innovation Award**: [Description]
|
||||
- Determined at each competition.
|
||||
|
||||
#### Documentation
|
||||
|
||||
@@ -62,10 +57,9 @@
|
||||
### Timeline
|
||||
|
||||
- **Challenge Announcement**: [Date]
|
||||
- **[Key Milestone]**: [Date]
|
||||
- **Submission Deadline**: [Date]
|
||||
- **Judging Period**: [Date Range]
|
||||
- **Winner Announcement**: [Date]
|
||||
- **Submission Deadline**: [Date](Next Meetup)
|
||||
- **Judging Period**: During Next Meetup
|
||||
- **Winner Announcement**: At Following Meetup
|
||||
|
||||
### [Model Creation/Setup Instructions]
|
||||
|
||||
|
||||
Submodule wiki-fargo3d updated: a086fea425...279745397d
Reference in New Issue
Block a user