From 2c7951b88c7f5bd247d20d7099bb2108b8a65357 Mon Sep 17 00:00:00 2001 From: Jason S Fillman <6155956+jsfillman@users.noreply.github.com> Date: Mon, 17 Oct 2022 19:58:18 -0700 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d92dd95..2036c64 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ # Template Repo Template for new KBase repositories +For further info on using the KBase default repo template, +please see the [KBase Build & Release Guide](https://github.com/kbase/.github/tree/main/guide). -For further info on using the KBase default repo template, please see the [KBase Build & Release Guide](https://github.com/kbase/.github/tree/main/guide). +## To Do: + +- [ ] Update this README.md with info about your repository +- [ ] Modify `Dockerfile` with needed steps (assuming repo produces a Docker image) +- [ ] Ensure all [branch rules](https://github.com/kbase/.github/blob/develop/guide/enable-branch-rules.md) & [status checks](https://github.com/kbase/.github/blob/develop/guide/enable-branch-rules.md#require-status-checks) are enabled