Before contributing, create an issue regarding the changes to be made .
Issue can be regarding fixes or a new feature.
type-#issue_id-<description>
Where type
can be either feat
or fix
For eg. feat-#13-added_apt_packages
- Fork the repository.
- Clone the forked repository.
git clone https://github.com/<your_github_id>/procfetch
- Navigate to the project directory.
cd procfetch
- Create a new branch following the naming conventions mentioned above
git checkout -b <branch_name>
- Make necessary changes and commit those changes
git add .
git commit -m "commit message"
- Push changes to Github
git push origin -u <branch_name>
-
Go to your repository, a
Compare and pull request
button will appearClick on that button and Submit the pull request.
Make sure you attach Screenshots of the changes made.
Your Pull Request will be merged after verification