Skip to content

MyFirstPR is literally a repo for first PRs for new coders in open source community

Notifications You must be signed in to change notification settings

divyanshubisht/myfirstpr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyFirstPR

MyFirstPR is literally a repo for first PRs for new coders in open source community

How to

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.

How to Contribute

These are guidelines you can follow:

  1. Branch name can follow this pattern:
    feature/<ISSUE_NUMER>-feature-title
    bug/<ISSUE_NUMER>-bug-title
    documentation/<ISSUE_NUMER>-title
  2. Add your avatar in public/contributors folder.
  3. Add your info in contributors.json. Use file name your uploaded above here as avatar.
  4. Commit msgs pattern:
    feature: adds support for new commands
    fix: allows edge cases for users
    chores: adds instructions to run locally
  5. Don't create PR from your forked master branch.
  6. Link issues in your PR.
  7. Optional. Join the slack community given above to try out the bot.

About

MyFirstPR is literally a repo for first PRs for new coders in open source community

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 80.5%
  • HTML 15.1%
  • CSS 4.4%