Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 371 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (16 loc) · 371 Bytes

How to Contribute

  1. Fork the repository
  2. Clone the repository to your local machine
  3. Create a new branch
 git checkout -b <branch-name>
  1. Make your changes
  2. Commit and push your changes
 git add .
 git commit -m "commit message"
 git push origin <branch-name>
  1. Create a pull request
  2. Wait for the pull request to be reviewed and merged