Anastasia Klimchuk has uploaded this change for review. ( https://review.coreboot.org/c/flashrom/+/76771?usp=email )
Change subject: doc: Add link to flashrom patches to dev guide ......................................................................
doc: Add link to flashrom patches to dev guide
People might be interested in what's currently ongoing in development, and even more practically, have a look at examples before creating their own patch. In fact, the latter is a good idea to do. Giving the link in the intro of dev guide will encourage that.
Viewing the patches does not require an account, so can be done at the very beginning.
Change-Id: Iecd31a5e9a3683480b33fb9ba331545a0cf669b4 Signed-off-by: Anastasia Klimchuk aklm@flashrom.org --- M doc/dev_guide/development_guide.rst 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/71/76771/1
diff --git a/doc/dev_guide/development_guide.rst b/doc/dev_guide/development_guide.rst index 950fa91..35cd927 100644 --- a/doc/dev_guide/development_guide.rst +++ b/doc/dev_guide/development_guide.rst @@ -13,6 +13,7 @@ adjusted and you avoid frustration if there is some disagreement about the design.
+You can look at the latest flashrom development efforts `here https://review.coreboot.org/q/project:flashrom`_.
Set up the git repository and dev environment =============================================