diff options
| author | Mirza Krak <mirza.krak@endian.se> | 2017-05-23 15:14:12 +0200 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.com> | 2017-05-26 12:16:52 +0100 |
| commit | 34113350f4a4a49c9e1c665042e58396acfd358f (patch) | |
| tree | 7ebb5155f1cb7fddd2e84846fcb4ab8916bd5ee4 /docs/contributing.md | |
| parent | a30708d49c003c67cbeb75e30eaae2d26b3f1cf9 (diff) | |
| download | meta-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.md | 6 |
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 | |||
| 20 | the patches for review to the above specified mailing list. | 20 | the patches for review to the above specified mailing list. |
| 21 | 21 | ||
| 22 | When creating patches for the mailing list, please use something like: | 22 | When 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 | ||
| 25 | When sending patches to the mailing list, please use something like: | 26 | When 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 | ||
