From 36fb3b41dc1b90bc01067ce76ad531e2b20c98ad Mon Sep 17 00:00:00 2001 From: Michael Baentsch <57787676+baentsch@users.noreply.github.com> Date: Wed, 31 Jul 2024 19:05:43 +0200 Subject: [PATCH] update contributing doc in line Signed-off-by: Michael Baentsch <57787676+baentsch@users.noreply.github.com> --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ea800111..da002df2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,6 +22,12 @@ All PRs should move to "Ready for Review" stage only if all CI tests pass (are g The OQS core team is happy to provide feedback also to Draft PRs in order to improve them before the final "Review" stage. +### CODEOWNERS + +This file is used to track which contributors are most well suited for reviewing +changes to specific sections, typically because they authored part or all of them. +Thus, any PR should revisit and possibly update this file suitably. + ### Coding style This project has adopted the [OpenSSL coding style](https://www.openssl.org/policies/technical/coding-style.html).