devguide: Add link to the contribution guidelines

New developers are often confused by some of our requirements, notably porting
labels. While our CONTRIBUTING.md file points to the solution, the developer's
guide does not. Add a link there.

Fixes: #6329

Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
This commit is contained in:
Christophe de Dinechin 2023-02-20 15:23:37 +01:00
parent a3b615919e
commit 4c39c4ef9f

View File

@ -2,6 +2,8 @@
This document is written **specifically for developers**: it is not intended for end users. This document is written **specifically for developers**: it is not intended for end users.
If you want to contribute changes that you have made, please read the [community guidelines](https://github.com/kata-containers/community/blob/main/CONTRIBUTING.md) for information about our processes.
# Assumptions # Assumptions
- You are working on a non-critical test or development system. - You are working on a non-critical test or development system.