summaryrefslogtreecommitdiff
path: root/doc/developer/workflow.rst
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@users.noreply.github.com>2022-12-08 12:39:48 -0500
committerGitHub <noreply@github.com>2022-12-08 12:39:48 -0500
commit71ee1fa3a43028cbc6a745deb9f2c47120372cd5 (patch)
tree6c0322a0419b6cbdf00f202ec4da543b541e0c2a /doc/developer/workflow.rst
parentff1163a3b138ea327beaef3f5c85eeecc655ae5d (diff)
parentad5fef3dedb22a94b41e058000c412f199cac738 (diff)
Merge pull request #12430 from opensourcerouting/accords
Diffstat (limited to 'doc/developer/workflow.rst')
-rw-r--r--doc/developer/workflow.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/developer/workflow.rst b/doc/developer/workflow.rst
index b8e298dd3c..b0d320b5ea 100644
--- a/doc/developer/workflow.rst
+++ b/doc/developer/workflow.rst
@@ -308,6 +308,21 @@ your changes is usually not required and will be added based on your commit
messages by the maintainers. However, you are free to include an update to the
changelog with some better description.
+Accords: non-code community consensus
+=====================================
+
+The FRR repository has a place for "accords" - these are items of
+consideration for FRR that influence how we work as a community, but either
+haven't resulted in code *yet*, or may *never* result in code being written.
+They are placed in the ``doc/accords/`` directory.
+
+The general idea is to simply pass small blurbs of text through our normal PR
+procedures, giving them the same visibility, comment and review mechanisms as
+code PRs - and changing them later is another PR. Please refer to the README
+file in ``doc/accords/`` for further details. The file names of items in that
+directory are hopefully helpful in determining whether some of them might be
+relevant to your work.
+
Submitting Patches and Enhancements
===================================