summaryrefslogtreecommitdiffstats
path: root/docs/contributing.md
diff options
context:
space:
mode:
authorMirza Krak <mirza.krak@endian.se>2017-05-23 15:14:12 +0200
committerAndrei Gherzan <andrei@gherzan.com>2017-05-26 12:16:52 +0100
commit34113350f4a4a49c9e1c665042e58396acfd358f (patch)
tree7ebb5155f1cb7fddd2e84846fcb4ab8916bd5ee4 /docs/contributing.md
parenta30708d49c003c67cbeb75e30eaae2d26b3f1cf9 (diff)
downloadmeta-raspberrypi-34113350f4a4a49c9e1c665042e58396acfd358f.tar.gz
docs: fix alignment of "code blocks"
We provide a lot of variable examples as code blocks in the following format: some text: `Variable` or some test: `Variable` Which is not as pretty as (when converted to html/pdf): some text: Variable Converted all and hoppefully this will improve readability a bit. Signed-off-by: Mirza Krak <mirza.krak@endian.se>
Diffstat (limited to 'docs/contributing.md')
-rw-r--r--docs/contributing.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/contributing.md b/docs/contributing.md
index 370957d..728b00e 100644
--- a/docs/contributing.md
+++ b/docs/contributing.md
@@ -20,10 +20,12 @@ To contribute to this project you should send pull requests to the github mirror
20the patches for review to the above specified mailing list. 20the patches for review to the above specified mailing list.
21 21
22When creating patches for the mailing list, please use something like: 22When creating patches for the mailing list, please use something like:
23`git format-patch -s --subject-prefix='meta-raspberrypi][PATCH' origin` 23
24 git format-patch -s --subject-prefix='meta-raspberrypi][PATCH' origin
24 25
25When sending patches to the mailing list, please use something like: 26When sending patches to the mailing list, please use something like:
26`git send-email --to yocto@yoctoproject.org <generated patch>` 27
28 git send-email --to yocto@yoctoproject.org <generated patch>
27 29
28## Github issues 30## Github issues
29 31