diff --git a/docs/contributing/development.md b/docs/contributing/development.md index c1f9fb35..0df0787f 100644 --- a/docs/contributing/development.md +++ b/docs/contributing/development.md @@ -7,7 +7,7 @@ ```bash git clone git@github.com:{my-username}/earthaccess ``` -1. We recommend using a feature when developing new features, fixing bugs, updating docs, etc. It's best to give the branch +1. We recommend creating a feature branch when developing new features, fixing bugs, updating docs, etc. It's best to give the branch a descriptive name For example, if you're updating the contributing docs, you might create a branch called `update-contributing-docs`: ```bash git switch -c update-contributing-docs