diff options
author | Donald Sharp <sharpd@nvidia.com> | 2022-02-15 16:49:11 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2022-02-15 18:35:09 +0100 |
commit | e605a2391ad4bfe08cee9bc3cbca68e9e3b6b0fb (patch) | |
tree | 7312fa7931acfec987b8ad72a92d1ece5282a9c0 | |
parent | Merge pull request #10573 from ton31337/fix/doc_rc_tag (diff) | |
download | frr-e605a2391ad4bfe08cee9bc3cbca68e9e3b6b0fb.tar.xz frr-e605a2391ad4bfe08cee9bc3cbca68e9e3b6b0fb.zip |
doc: Update documentation to state new code must use latest approved methods
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
-rw-r--r-- | doc/developer/workflow.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/developer/workflow.rst b/doc/developer/workflow.rst index 45bee17b7..1994714bc 100644 --- a/doc/developer/workflow.rst +++ b/doc/developer/workflow.rst @@ -346,6 +346,13 @@ Pre-submission Checklist the new feature within our existing CI infrastructure. Also the addition of automated testing to cover any pull request is encouraged. +- All new code must use the current latest version of acceptable code. + + - If a daemon is converted to YANG, then new code must use YANG. + - DEFPY's must be used for new cli + - Typesafe lists must be used + - printf formatting changes must be used + .. _signing-off: Signing Off |