Replies: 1 comment
-
|
And now for editing: I'm working on revising a Codecademy Docs PR based on reviewer feedback. Follow this exact workflow: PR DETAILS:
REVIEWER REQUEST: MY SETUP:
WORKFLOW YOU MUST FOLLOW: PHASE 1 - UNDERSTAND THE REQUEST:
PHASE 2 - INVESTIGATE EXISTING STRUCTURE: FIRST: Check if repo exists on hard drive
If using web_fetch:
If using Filesystem:
PHASE 3 - FRESH START SETUP: rm -rf ~/Documents/docs PHASE 4 - YOU CREATE REQUIRED FILES:
PHASE 5 - YOU CREATE UPDATE SCRIPT:
Save script to /mnt/user-data/outputs/ and provide download link. PHASE 6 - I DOWNLOAD & RUN: PHASE 7 - VERIFY LINKS:
PHASE 8 - RESPONSE TO REVIEWER: CRITICAL RULES:
COMMON REVISION TYPES:
CONFLICT HANDLING:
FILE DOWNLOAD LOCATIONS:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working on a Codecademy Docs contribution. Follow this exact workflow:
ISSUE DETAILS:
MY SETUP:
WORKFLOW YOU MUST FOLLOW:
PHASE 1 - Clean Start (I'll run these, after you edit last line and re-print the entire block):
rm -rf ~/Documents/docs
cd ~/Documents
git clone https://github.com/ylevental/docs.git
cd docs
git remote add upstream https://github.com/Codecademy/docs.git
git fetch upstream
git merge upstream/main
git push origin main
git checkout -b add-[feature-name]
PHASE 2 - YOU INVESTIGATE FIRST:
Before creating ANY files:
PHASE 3 - YOU CREATE FILE:
PHASE 4 - I FORMAT & PUSH:
I'll run the commands you give me.
PHASE 5 - PR TEMPLATE:
Give me the complete PR title and description with the CORRECT file path.
CRITICAL RULES:
Beta Was this translation helpful? Give feedback.
All reactions