Instruction file imported from Ejej0/skills-customize-your-github-copilot-experience (
.github/instructions/assignments.instructions.md). Copyright stays with the author.
Assignment Markdown Structure Guidelines
Assignment files should be written as README.md documents inside their assignment folder and should follow the template in templates/assignment-template.md.
Required Structure
Use the same section order and heading style as the template:
# π Assignment: [Assignment Title]## π― Objective## π Tasks- One or more task sections with
### π οΈ [Task Title] #### Description#### Requirements
Content Guidance
- Keep the title short and descriptive.
- Write the objective in 1-2 sentences that explain what the student will learn or build.
- Make each task action-oriented and specific.
- In each requirements list, use clear, measurable outcomes.
- Include example input and output in code blocks when it helps clarify expectations.
Standards
- Do not remove required sections from the template.
- Do not add extra sections unless the assignment explicitly needs them.
- Use student-friendly language that is clear, encouraging, and practical.