From 8b5e11960d94fc9eb08d06f6acfc9e046d72a133 Mon Sep 17 00:00:00 2001 From: Olivier Cots <66357348+ocots@users.noreply.github.com> Date: Thu, 22 Aug 2024 20:41:27 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d793289..af22227 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,16 @@ The control-toolbox ecosystem gathers Julia packages for mathematical control an |:-------------------|:-----------------| | [![Documentation][doc-stable-img]][doc-stable-url] [![Documentation][doc-dev-img]][doc-dev-url] | [![Build Status][ci-img]][ci-url] [![Covering Status][co-img]][co-url] | - ## Contributing -If you think you found a bug or if you have a feature request or suggestion, feel free to open an [issue](https://github.com/control-toolbox/medical_resonance_imaging/issues). +[issue-url]: https://github.com/control-toolbox/medical_resonance_imaging/issues +[first-good-issue-url]: https://github.com/control-toolbox/medical_resonance_imaging/contribute + +If you think you found a bug or if you have a feature request or suggestion, feel free to open an [issue][issue-url]. Before opening a pull request, start an issue or a discussion on the topic, please. -Any contributions are welcomed, check out [how to contribute to a Github project](https://docs.github.com/en/get-started/exploring-projects-on-github/contributing-to-a-project). First good issues, if any, may be found [here](https://github.com/control-toolbox/medical_resonance_imaging/contribute). +Any contributions are welcomed, check out [how to contribute to a Github project](https://docs.github.com/en/get-started/exploring-projects-on-github/contributing-to-a-project). +If it is your first contribution, you can also check [this first contribution tutorial](https://github.com/firstcontributions/first-contributions). +You can find first good issues, if any, at the [first good issues page][first-good-issue-url]. You may find other packages to contribute to at the [control-toolbox organization](https://github.com/control-toolbox). If you want to ask a question, feel free to start a discussion [here](https://github.com/orgs/control-toolbox/discussions). This forum is for general discussion about this repository and the [control-toolbox organization](https://github.com/control-toolbox), so questions about any of our packages are welcome.