From fde1f03b4ee47ffe626f032b829d69ed0c175063 Mon Sep 17 00:00:00 2001 From: "@baamiis" Date: Mon, 1 Dec 2025 20:07:42 +0000 Subject: [PATCH] Update README.md welcome contributions! added --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 03b4d35..3b9b72c 100644 --- a/README.md +++ b/README.md @@ -74,4 +74,13 @@ python scripts/kdos_config.py stm32f4 -o bsp_stm32f4.c [![License](https://img.shields.io/github/license/baamiis/KDOS)](LICENSE) [![Contributors](https://img.shields.io/github/contributors/baamiis/KDOS)](https://github.com/baamiis/KDOS/graphs/contributors) +## Contributing + +We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) for details. + +- 🐛 Found a bug? [Open an issue](https://github.com/baamiis/KDOS/issues/new?template=bug_report.md) +- 💡 Have an idea? [Request a feature](https://github.com/baamiis/KDOS/issues/new?template=feature_request.md) +- 🆕 New to the project? Check out issues labeled [`good-first-issue`](https://github.com/baamiis/KDOS/labels/good-first-issue) + +Please read our [Code of Conduct](CODE_OF_CONDUCT.md) before contributing. This creates `bsp_stm32f4.c` from the STM32F4 template which implements the required `k_hal` functions for that controller.