From 4b58d1551a1e8b45158070666eb8f385ccacdbd1 Mon Sep 17 00:00:00 2001 From: Kelly Sovacool Date: Mon, 22 Jul 2024 12:48:37 -0400 Subject: [PATCH] docs: link to spreadsheet + contrib guide --- README.Rmd | 11 +++++++++++ README.md | 16 ++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/README.Rmd b/README.Rmd index 1e4bc8d..d27289c 100644 --- a/README.Rmd +++ b/README.Rmd @@ -43,6 +43,17 @@ library(reneeTools) ``` --> +## Help & Contributing + +Come across a **bug**? Open an [issue](https://github.com/CCBR/reneeTools/issues) and include a minimal reproducible example. + +Have a **question**? Ask it in [discussions](https://github.com/CCBR/reneeTools/discussions). + +Want to **contribute** to this project? Check out the [contributing guidelines](.github/CONTRIBUTING.md). + ## Development Roadmap ![](./man/figures/reneeTools-development-plan.png) + +- [dev spreadsheet](https://nih-my.sharepoint.com/:x:/g/personal/homanpj_nih_gov/ETvHXgnwxExEpcP57Jj9_EwBHBvZBqNuZ_c3eu51w-SlnA?e=PcXKU8) +- [project board](https://github.com/orgs/CCBR/projects/32) diff --git a/README.md b/README.md index 4a91cef..5689143 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,22 @@ library(reneeTools) ``` --> +## Help & Contributing + +Come across a **bug**? Open an +[issue](https://github.com/CCBR/reneeTools/issues) and include a minimal +reproducible example. + +Have a **question**? Ask it in +[discussions](https://github.com/CCBR/reneeTools/discussions). + +Want to **contribute** to this project? Check out the [contributing +guidelines](.github/CONTRIBUTING.md). + ## Development Roadmap ![](./man/figures/reneeTools-development-plan.png) + +- [dev + spreadsheet](https://nih-my.sharepoint.com/:x:/g/personal/homanpj_nih_gov/ETvHXgnwxExEpcP57Jj9_EwBHBvZBqNuZ_c3eu51w-SlnA?e=PcXKU8) +- [project board](https://github.com/orgs/CCBR/projects/32)