Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.07 KB

CONTRIBUTING.md

File metadata and controls

31 lines (23 loc) · 1.07 KB

How to Contribute

  • Fork this repository.
  • Clone the forked repository.
  • Fix an issue.
  • Commit the changes.
  • Push the changes to the forked repository.
  • Create a pull request.

Practice to make a Pull Request

  • Fork this repo.
  • Clone the forked repo.
  • Create a new branch.
  • Add this line of code in Contributors.md, Write your name with Github link .
- [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.