Describe the project.
- Clone the repository
git clone https://github.com/MhouneyLH/{repo_name}.git - ...
...
Describe what is not working.
Contributions are always welcome! Please look at following commit-conventions, while contributing: https://www.conventionalcommits.org/en/v1.0.0/#summary π
- Fork the project.
- Pick or create an issue you want to work on.
- Create your Feature-Branch. (
git checkout -b feat/best_feature) - Commit your changes. (
git commit -m 'feat: add some cool feature') - Push to the branch. (
git push origin feat/best_feature) - Open a Pull-Request into the Develop-Branch.