From 7282f13a8ed1cadb463a5111fc0ec6e886f19398 Mon Sep 17 00:00:00 2001 From: Birm Date: Tue, 29 Oct 2024 14:41:41 -0400 Subject: [PATCH] Add Issues and PRs to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d5a078f..8ad3109 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ Eaglescope is a configurable code-free interactive visualization and cohort defi ## Development +Reporting Issues: If you find a bug or have a feature request, please open an issue on [Eaglescope's GitHub Issues page](https://github.com/sharmalab/eaglescope/issues). Be sure to provide a clear description of the problem, steps to reproduce, and any relevant screenshots. + +Pull Requests: If you’d like to propose additions, changes, or improvements, please submit a [pull request](https://github.com/sharmalab/eaglescope/pulls) against the main branch. Make sure to provide a clear description of your changes and any relevant context. Screenshots for visual changes are appreicated (before and after), as well as any tests performed. + Please see our [code of conduct](code_of_conduct.md) for the expectations for all open source community members. Install dependencies by running `npm install`