Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.1 KB

CONTRIBUTING.md

File metadata and controls

32 lines (26 loc) · 1.1 KB

How to Contribute

  • Fork this repo.
  • Clone the forked repo.
  • Create a new branch.
  • Make changes to the code.
  • Commit the changes.
  • Push the changes to the forked repo.
  • Create a pull request.
  • and done...will be reviewed soon.

Practice to make a Pull Request

  • Fork this repo.
  • Clone the forked repo.
  • Create a new branch.
  • Head to Practice_PR.md
  • Add this line of code to next line after a name.
- [YourName](https://github.com/YourGitHubUsername)
  • Replace YourName with your name and YourGitHubUsername with your GitHub username.
  • Commit the changes.
  • Push the changes to the forked repo.
  • Create a pull request.
  • and You have practiced how to make a pull request.
  • Your PR will be merged soon.

For more information on how to contribute to open source projects, check out this link and this and "How to Contribute to Open Source" by freeCodeCamp.