Sophomore-Track
Sophomore-Track copied to clipboard
Instruct student to remove git repo from my-app
https://github.com/LearnWeb3DAO/Sophomore-Track/issues/82#issuecomment-1544559500
hi @yanukadeneth99 What does it mean when a PR gets a bug tag? Does that mean that the PR is accepted but you all need more time to go over it and implement it?
@Coding-with-Adam Do you have it like this in the file
# Linux / macOS
cd frontend
rm -rf .git
# Windows
cd frontend
rmdir /s /q .git
Did you add shell
after the "```"
hi @ljcutts I'm not sure how exactly to implement what you suggest. I have it with three backlinks in the PR. Without the parenthesis; they are just for demonstration purposes.
(```)
Linux / macOS
cd frontend rm -rf .git
Windows
cd frontend rmdir /s /q .git (```)
hi @yanukadeneth99 What does it mean when a PR gets a bug tag? Does that mean that the PR is accepted but you all need more time to go over it and implement it?
Hey @Coding-with-Adam, it means the context is related to a bug.