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.
This commit is contained in:
Brooke Kuhlmann
2021-11-22 11:08:24 -07:00
parent f4292a0e7d
commit 860accf53f

View File

@@ -1,12 +1,12 @@
= Contributing
Thanks for taking an interest in this open source project. Your support and involvement is greatly
appreciated. The following details what you need to know in order to contribute.
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 and clone the `master` branch of this repository locally.
. 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.