MyFirstPR is literally a repo for first PRs for new coders in open source community
Add your info in src/components/contributors.json
yarn start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
These are guidelines you can follow:
- Branch name can follow this pattern:
feature/<ISSUE_NUMER>-feature-title
bug/<ISSUE_NUMER>-bug-title
documentation/<ISSUE_NUMER>-title
- Add your avatar in
public/contributors
folder. - Add your info in
contributors.json
. Use file name your uploaded above here as avatar. - Commit msgs pattern:
feature: adds support for new commands
fix: allows edge cases for users
chores: adds instructions to run locally
- Don't create PR from your forked master branch.
- Link issues in your PR.
- Optional. Join the slack community given above to try out the bot.