Thank you for your interest in improving this project! We welcome any help in development.
-
Create a branch: create a new branch for your feature or fix.
git checkout -b branch_name
-
Make changes: make your changes and commit them.
git commit -m "Brief description of changes"
-
Push the branch: push your branch to GitHub.
git push origin branch_name
-
Create a Pull Request: propose your Pull Request to the dev branch of our repository.