From 460c987498c7f72aea3083e2912fb01a32c4cbc4 Mon Sep 17 00:00:00 2001 From: ocots <66357348+ocots@users.noreply.github.com> Date: Mon, 22 Sep 2025 17:15:38 +0000 Subject: [PATCH] Update README (2025-09-22) with latest ABOUT.md, INSTALL.md, CONTRIBUTING.md and badges --- CONTRIBUTING.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..501c89b --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,14 @@ +## Contributing + +[issue-url]: https://github.com/control-toolbox/Tutorials.jl/issues +[first-good-issue-url]: https://github.com/control-toolbox/Tutorials.jl/contribute + +If you think you found a bug or if you have a feature request / suggestion, feel free to open an [issue][issue-url]. +Before opening a pull request, please start an issue or a discussion on the topic. + +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 🙂) [here][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). + +>[!NOTE] +> If you want to add an application or a package to the control-toolbox ecosystem, please follow this [set up tutorial](https://github.com/orgs/control-toolbox/discussions/65).