From 73651f40c5b124094e362392959c85a0db8cebb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Delhom=C3=A9nie?= Date: Tue, 19 Apr 2016 09:52:38 +0200 Subject: [PATCH] Add width to Create PR image to make it look good in PDF version --- content/sources/workflow.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/sources/workflow.adoc b/content/sources/workflow.adoc index df39994..f3f1de5 100644 --- a/content/sources/workflow.adoc +++ b/content/sources/workflow.adoc @@ -49,7 +49,7 @@ For every fix/feature, for all platform projects and supported addons, create a Creating a PR is easy and allows to share, discuss on validate more easily the fix/feature. To create a PR : ** create a branch locally with your fix and push it to Github -** in Github, select your branch, and click on *New pull request* image:git-pr-create-01.png[alt="Git PR Create",align="center"] +** in Github, select your branch, and click on *New pull request* image:git-pr-create-01.png[alt="Git PR Create",align="center",width="700"] ** select the right base branch (most of the time *develop*) and check that the PR contains only your commits image:git-pr-create-02.png[alt="Git PR Create",width="700",align="center"] ** fill the description ** click on *Create pull request*