Create - #27
Conversation
jlumbroso
left a comment
There was a problem hiding this comment.
🔍 PR Review Results
Hi @lin2398en3!
❌ Critical Issues Found
This PR cannot be merged until these issues are fixed:
❌ DELETED template file: TEMPLATE-ROUND-2.md
🔧 How to Fix
You need to:
-
Restore any modified templates:
git checkout origin/main -- TEMPLATE-*.md README.md -
Create YOUR OWN file (don't rename the template):
git commit -m 'fix my submission' git push
Important: Do NOT edit the template files directly. Create your own file!
📋 Submission ReviewHi @lin2398en3! Here's the review of your submission: 📁 Files Submitted✅ Round 1: http:/egotian.md ❌ Critical Issues - Must Fix• Deleted template: TEMPLATE-ROUND-2.md How to fix: # Restore all templates to their original state
git checkout origin/main -- TEMPLATE-*.md README.md
git add TEMPLATE-*.md README.md
git commit -m 'Restore templates'
git pushRemember: Create your own files in the round folders, don't modify templates! |
📋 Submission ReviewHi @lin2398en3! Here's the review of your submission: 📁 Files Submitted✅ Round 1: http:/egotian.md ❌ Critical Issues - Must FixYou've modified protected template files. This blocks merging. • Deleted protected file: TEMPLATE-ROUND-2.md 🔧 How to Fix (Step by Step)Option 1: Command Line Fix# Step 1: Restore all templates to their original state
git checkout origin/main -- TEMPLATE-*.md INSTRUCTIONS-*.md README.md
# Step 2: Stage the restored files
git add TEMPLATE-*.md INSTRUCTIONS-*.md README.md
# Step 3: Commit the restoration
git commit -m 'Restore template files to original state'
# Step 4: Push the fix
git pushOption 2: GitHub Copilot Chat FixCopy and paste this prompt to GitHub Copilot: Why this matters: Template files are shared by all students. Modifying them affects everyone else's ability to use them. This is an automated review. If you need help, please reach out to the teaching team. |
No description provided.