Skip to content

Commit

Permalink
Discuss using a feature branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jhkennedy committed Nov 26, 2024
1 parent b959a62 commit 057c8e1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/contributing/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@
```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
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
```

In order to develop new features or fix bugs etc. we need to set up a virtual
Next, In order to develop new features or fix bugs etc., you'll need to set up a virtual
environment and install the library locally.

## Development environment setup
Expand Down

0 comments on commit 057c8e1

Please sign in to comment.