From 860accf53f8ebe71a1d52c1185a2aef8d19db950 Mon Sep 17 00:00:00 2001 From: Brooke Kuhlmann Date: Mon, 22 Nov 2021 11:08:24 -0700 Subject: [PATCH] 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. --- CONTRIBUTING.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index d0e9e84..c096050 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -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.