Welcome to our open-source project! We appreciate your interest and contributions.
-
Fork this repository to your GitHub account.
-
Clone the forked repository to your local machine.
git clone
-
Create a new branch for your changes.
git checkout -b <branch-name>
-
Make your changes and commit them.
git commit -m "<commit-message>"
-
Push your changes to your forked repository.
git push origin <branch-name>
-
Create a pull request from your forked repository to this repository.