We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
src/components/example.tsx
git checkout -b <github_username/name_of_issue> So for example for this issue I would do: git checkout -b SafeDuck/ExampleComponent
git checkout -b <github_username/name_of_issue>
git checkout -b SafeDuck/ExampleComponent
div
flex
npm run format
npm run eslint
npm run build
git status
git add .
git commit -m "good short message about what you did"
git push --set-upstream origin <branch_name>
The text was updated successfully, but these errors were encountered:
WinThant16
Jacob-GHub
j1munoz
Chabbies
braindead-dev
Shivanink
NOTSMKAMAL
Ampherost
vinvyl
Successfully merging a pull request may close this issue.
Final Product:
Where is the functional component located?
src/components/example.tsx
Resources needed for this issue:
What are you given for the starting code, and what you need to change:
Make sure you're own a separate branch first following this branch naming convention:
git checkout -b <github_username/name_of_issue>
So for example for this issue I would do:
git checkout -b SafeDuck/ExampleComponent
Steps for coding this issue:
div
div
from line 4 and paste it before line 15 to start offflex
Steps to do after finished: Formatting and Pushing Branch
npm run format
- making sure the formatting of your code is consistent with everyone else's (required)npm run eslint
- checking for any quick problems or bad code (optional)npm run build
- does it compile (takes a min to compile) (optional)git status
- did you change the right files?git add .
- stage all the files you changedgit commit -m "good short message about what you did"
git push --set-upstream origin <branch_name>
Pull Request (PR):
The text was updated successfully, but these errors were encountered: