Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 568 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (19 loc) · 568 Bytes

Steps for making a contribution :


  1. Fork the repository.

  2. Create a new branch with a descriptive name:
git checkout -b your_branch_name
  1. Make your changes and commit them:
git commit -m "Add your message here"
  1. Push your changes to your forked repository:
git push origin your_branch_name
  1. Open a pull request to the main repository's main branch, explaining the changes you have made.

  2. Your pull request will be reviewed, and once approved, it will be merged into the main repository.