This document describes the entire process of contributing to CatoTV Project. We love to welcome everyone who's willing to contribute.
If you're willing to propose new features, please describe the change you wish to make/suggest within a Github issue or in Slack
-
Fork this repo and the forked repo will be
yourgithubusername/catotv
-
Clone the Forked Repo to your local system. I recommend you to clone it using the below command
git clone <repo-link>
-
Navigate to the project directory
cd catotv
-
Create a new feature branch for what you're working on
git checkout -b <your_branch_name>
-
Start writing code
-
Commit your changes
git commit -m "🚀 my beautiful feature"
-
Push your local branch to the remote repository.
git push -u origin <your_branch_name>
-
Create a Pull Request!
- Go to your repository in browser and click on
compare and pull request
. Then add a title and description to your pull request that explains your precious effort.
- Go to your repository in browser and click on
- Congratulations 🎉, you just made your first contribution to the project. Sit back and relax while we review your code