Skip to content

Commit

Permalink
add note about doing work on the 'delevop' git branch between release…
Browse files Browse the repository at this point in the history
…s to the readme
  • Loading branch information
sts10 committed Jul 3, 2024
1 parent 3cf9237 commit 8d14563
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,9 @@ There are already a few good passphrase generators, including [passphraseme](htt
Admittedly, part of my motivation to create Phraze was to highlight my [Orchard Street Wordlists](https://github.com/sts10/orchard-street-wordlists), which I think are pretty good!

## For developers
I welcome both pull requests and issues. See included [LICENSE.txt](./LICENSE.txt) file.
I'm trying to do development work on the `development` git branch, then merge the work into the `main` branch when it feels like time for a new release.

In general I welcome both pull requests and issues. See included [LICENSE.txt](./LICENSE.txt) file. This project doesn't have a formal Code of Conduct yet (it may in the future), but informally just try to be kind to each other.

### Testing and benchmarking Phraze
Run `cargo test` to run Phraze's tests.
Expand Down

0 comments on commit 8d14563

Please sign in to comment.