From 1f2957f91add203838cb15363730e69a726c95e2 Mon Sep 17 00:00:00 2001 From: Joel Guittet Date: Sun, 1 Oct 2023 17:08:07 +0200 Subject: [PATCH] readme: update contributing section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 76351fc..ab59655 100755 --- a/README.md +++ b/README.md @@ -89,8 +89,8 @@ This is why I welcome and ask for your contributions. You can for example: * provide new examples based on existing ones. * provide new platforms support (please read following Architecture section). * enhance the current implementation of platform support submitting a Pull Request (please pay attention to the results of the analysis done by the CI, code quality is important). -* open an issue if you encountered a problem with the existing implementation, and optionally provide a pull request to fix it, this will be reviewed with care. -* open an issue to discuss a new feature you want (please read following Roadmap section to avoid claiming features that are already in the list, but of course you are free to open an issue to discuss of future features to ask for the progress or just inform about your interest). +* open an [issue](https://github.com/joelguittet/mender-mcu-client/issues) if you encountered a problem with the existing implementation, and optionally provide a [pull request](https://github.com/joelguittet/mender-mcu-client/pulls) to fix it, this will be reviewed with care. +* open an [discussion](https://github.com/joelguittet/mender-mcu-client/discussions) to discuss topics involving the mender-mcu-client, indicate your interest for some features, or just show what you have successfully achieved on your projects!. * ...