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
|
## Challenge Tags
|
||||||
All challenge pages must include the following tags:
|
All challenge pages must include the following tags:
|
||||||
- `challenge`: Identifies the page as a challenge.
|
- `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.
|
- `archive`: (Optional) Use this tag when the challenge is no longer active.
|
||||||
|
|
||||||
## Visibility Tags
|
## Visibility Tags
|
||||||
- `hidden`: Use this tag to prevent the page from being published to the fargo3d.com website.
|
- `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
|
#### Materials & Constraints
|
||||||
|
|
||||||
- **Filament**: [Specify required filament type/brand]
|
- **Filament**: [Specify required filament type/brand]
|
||||||
- **Maximum Filament Usage**: [Weight limit if applicable]
|
|
||||||
- **Model Specification**: [Dimensions, complexity, or provided model details]
|
- **Model Specification**: [Dimensions, complexity, or provided model details]
|
||||||
- **Print Mode**: [Any specific printing requirements]
|
- **Print Mode**: [Any specific printing requirements]
|
||||||
|
|
||||||
@@ -47,11 +46,7 @@
|
|||||||
|
|
||||||
#### Awards
|
#### Awards
|
||||||
|
|
||||||
- **[Award 1]**: [Description]
|
- Determined at each competition.
|
||||||
- **[Award 2]**: [Description]
|
|
||||||
- **[Award 3]**: [Description]
|
|
||||||
- **People's Choice Award**: Community favorite
|
|
||||||
- **Innovation Award**: [Description]
|
|
||||||
|
|
||||||
#### Documentation
|
#### Documentation
|
||||||
|
|
||||||
@@ -62,10 +57,9 @@
|
|||||||
### Timeline
|
### Timeline
|
||||||
|
|
||||||
- **Challenge Announcement**: [Date]
|
- **Challenge Announcement**: [Date]
|
||||||
- **[Key Milestone]**: [Date]
|
- **Submission Deadline**: [Date](Next Meetup)
|
||||||
- **Submission Deadline**: [Date]
|
- **Judging Period**: During Next Meetup
|
||||||
- **Judging Period**: [Date Range]
|
- **Winner Announcement**: At Following Meetup
|
||||||
- **Winner Announcement**: [Date]
|
|
||||||
|
|
||||||
### [Model Creation/Setup Instructions]
|
### [Model Creation/Setup Instructions]
|
||||||
|
|
||||||
|
|||||||
Submodule wiki-fargo3d updated: a086fea425...279745397d
Reference in New Issue
Block a user