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
The steps for working on the bug "Issue #2 - UI Updating Issue":
- Create a branch from the development branch calling it "bug/2-UI-Update-Fix"
- bug/[issue number]-[issue description]
- OR feature/[issue number]-[issue description]
- Make changes in your local branch to fix the issue making sure to tag all commits to the issue and use these keywords to manage the issue's lifecycle
- "#2 changed ui method call"
- "#2 updated properties"
- "closes #2 minor adjustments and code clean up" (NOTE: this commit uses the 'closes' keyword to automatically close the issue when the PR is merged)
- Merge any changes from the development branch into your "bug/2-UI-Update-Fix" branch
- Submit a New Pull Request on the development branch
If you need any assistance, ping us on Discord