Skip to content

Commit

Permalink
Clarify PR branch process. (#187)
Browse files Browse the repository at this point in the history
* Update README.md

* Fixed TOC.
  • Loading branch information
johnnymatthews authored Jul 17, 2024
1 parent a3896d5 commit c510e56
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A straightforward command-line interface (CLI) tool to showcase how to perform b
- [Text-based user interface](#text-based-user-interface)
- [Programmatic mode](#programmatic-mode)
- [Available functions](#available-functions)
- [Development](#development)
- [Development contributions](#development-contributions)
- [Support](#support)
- [License](#license)

Expand Down Expand Up @@ -133,7 +133,13 @@ Options:

For more CLI instructions, check out [docs.entropy.xyz/reference/cli](https://docs.entropy.xyz/reference/cli).

## Development
## Development contributions

All changes to this repo should be based off the `dev` branch. The `main` branch should not be directly edited, unless a hotfix is necessary. All PRs should follow this workflow:

```plaintext
feature_branch -> dev -> main
```

If you want to make changes to this CLI tool, you should install it by following these steps:

Expand Down

0 comments on commit c510e56

Please sign in to comment.