You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Edit: Easier way! https://claude.ai/code/
I'm working on a Codecademy Docs contribution. Follow this exact workflow:
ISSUE DETAILS:
MY SETUP:
WORKFLOW YOU MUST FOLLOW:
Before doing anything else, ask me if this is the first time on this computer. If not, skip to PHASE 1. Otherwise, Proceed
SETUP (FIRST TIME ONLY, re-print the entire block):
rm -rf ~/Documents/docs
cd ~/Documents
git clone https://github.com/ylevental/docs.git
cd docs
git config --global user.name "Yuval Levental"
git config --global user.email "[email protected]"
git remote add upstream https://github.com/Codecademy/docs.git
yarn install # Only needed first time!
git fetch upstream
git merge upstream/main
git push origin main
PHASE 1 - Clean Start (I'll run these, after you edit last line and re-print the entire block):
cd ~/Documents/docs
git checkout main
git pull origin main
git fetch upstream
git merge upstream/main
git push origin main
git checkout -b add-[feature-name]
Before Phase 2, check if filesystem is enabled. Also ask me if I ran Phase 1 yet. If yes, continue.
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