Anastasia Klimchuk submitted this change.
doc: Remove reference to coreboot dev guidelines
The guidelines are fully specified on flashrom.org, no need to
reference them.
Change-Id: If5fbcf1f4dc00dd1a9c48e9fad6c99d646954bfb
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/86547
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Anastasia Klimchuk <aklm@chromium.org>
Reviewed-by: Andy Ebrahiem <ahmet.ebrahiem@9elements.com>
---
M doc/dev_guide/development_guide.rst
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/doc/dev_guide/development_guide.rst b/doc/dev_guide/development_guide.rst
index e063192..85ad29c 100644
--- a/doc/dev_guide/development_guide.rst
+++ b/doc/dev_guide/development_guide.rst
@@ -142,12 +142,6 @@
* Tables are the only exception to the hard limit and may be as long as needed
for practical purposes.
-Our guidelines borrow heavily from `coreboot coding style
-<https://doc.coreboot.org/contributing/coding_style.html>`_ and `coreboot Gerrit
-guidelines <https://doc.coreboot.org/contributing/gerrit_guidelines.html>`_,
-and most of them apply to flashrom as well. The really important part is about
-the :ref:`sign-off procedure <sign-off>`.
-
We try to **reuse as much code as possible** and create new files only if
absolutely needed, so if you find a function somewhere in the tree which
already does what you want, please use it.
To view, visit change 86547. To unsubscribe, or for help writing mail filters, visit settings.