Thank you for wanting to help contribute to this project!
Please take a look at the latest issues and projects to find something you feel comfortable working on, when you begin follow the feature / bug branching method and tie all of your commits to that issue
for example: if you are working on the bug "Issue #2 - UI Updating Issue" then the steps would be as
- Create a branch from the development branch calling it "bug/2-UI-Update-Fix" ---> "bug/[issue number]-[issue description]
- Make changes in your local branch to fix the issue making sure to tag all commits to the issue -- Example: "#2 changed ui method call" -- Example: "#2 updated properties" -- Example: "#2 minor adjustments and code clean up"
- Merge any changes from the development branch into your "bug/2-UI-Update-Fix" branch
- Submit a pull request on the development branch New Pull Request