mirror of
https://github.com/bitgapp/eqMac.git
synced 2024-11-22 22:32:17 +03:00
1000 B
1000 B
Contributing Guide
Submitting Issues (Bug reports)
If you found a bug in eqMac2, please follow these steps to properly report it:
- Sign-up / Log-in to GitHub
- Go to Issues tab and make sure your issue was not reported yet
- If issue wasn't reported yet, create a new one.
- Set the Label (on the right) to Bug or any other appropriate
- Describe the Bug as much as possible
- If possible include some Screenshots
Contributing your code
- First, create an Issue with an 'enchancement' or 'bug' label
- Before doing any work, wait for someone to approve or discuss the issue
- Once work has been approved and/or coordinated, fork the repository
- Write code in your Forked repository. Make sure to properly comment complex solutions
- Once you are happy with your code, test it until no bugs are prevelant.
- Submit a New Pull Request and wait for someone to review it.