Files
mac_os/CONTRIBUTING.adoc
Brooke Kuhlmann 860accf53f Fixed contributing documentation
Necessary to clarify and streamline the required steps. Most
importantly the `master` branch is no longer referenced since the
`main` branch is the default now.
2021-11-22 11:08:24 -07:00

23 lines
811 B
Plaintext

= Contributing
Thanks for taking an interest in this open source project. Your involvement and support is greatly
appreciated. The following details what you must know to contribute.
== Code
. Read the project link:README.adoc[README] before starting.
. Fork, clone, and create a feature branch this repository for local development.
. Ensure there are no setup, usage, and/or test issues.
. Add tests for new functionality and ensure they pass.
. Submit a pull request, follow the instructions provided, and ensure the build passes.
== Issues
Submit an issue via the GitHub Issues tab (assuming one does not already exist) and follow the
instructions provided.
== Feedback
* Expect a response within one to three business days.
* Changes, alternatives, and/or improvements may be suggested upon review.