Hey everyone! Feel free to contribute into this application to make it better. To contribute, follow this guideline:
Fork
this repository to create a personal version of this project.- Setup the required configs stated in the README.md and make sure the project runs.
- Create a new branch using:
git checkout -b feature/featureA
orgit checkout -b bug/bugA
- Work on the new feature or bug with as many commits as required.
- Push the commits into your account's repository.
- Start a pull request into this repository and explain the following:
- What is the bug/feature
- How have you come across it (You can link issues on GitHub if exists)
- What have you done to fix this