Skip to content

Commit

Permalink
Update docs/contributing/development.md
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Fisher <[email protected]>
  • Loading branch information
jhkennedy and mfisher87 authored Nov 26, 2024
1 parent 057c8e1 commit ebd739b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
```bash
git clone [email protected]:{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
Expand Down

0 comments on commit ebd739b

Please sign in to comment.