From b5f4d52268cd94acf0eed658bd3bd5e2555179b8 Mon Sep 17 00:00:00 2001 From: Lucy Date: Wed, 3 Sep 2025 16:13:46 -0600 Subject: [PATCH] Update readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f765427..02dfa9a 100755 --- a/README.md +++ b/README.md @@ -62,4 +62,9 @@ read_data (intermittent data files from your fastq files) ``` # How to contribute to this repository -Todo, but generally: make a branch for your new feature, make changes, commit them, merge into main, then make a pull request. +this needs more detail, but basically: + +* make a branch for your feature +* implement +* merge into dev main +* tests will run when you do this