Skip to content

Commit 9a7bcd8

Browse files
committed
Add newline to quote
1 parent a80428e commit 9a7bcd8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CONTRIBUTING.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ For example some good titles would be:
2626

2727
## Guides
2828

29-
Each installation guide has its own namespace and it should be provided in a
30-
`README` file so that it renders first when viewing the repository. Submit a new
29+
Each installation guide has its own namespace and it should be provided in a
30+
`README` file so that it renders first when viewing the repository. Submit a new
3131
one in `install/platform/README.md` (it doesn't have to be strictly in markdown though).
3232

3333
## Scripts
@@ -42,6 +42,7 @@ how to use the script. You may have included all the needed info in the script
4242
itself (recommended), so you could simply write something between the lines:
4343

4444
> This script installs GitLab 6.0 on Archlinux. Run it with `./archlinux.sh your_domain_name`
45+
>
4546
> For more info and variables you can change, read the comments in the script.
4647
4748

@@ -87,7 +88,7 @@ Additional Notes :
8788
```
8889
Distribution : Fedora 19
8990
GitLab version : 5.4
90-
Web Server : apache with mod_passenger
91+
Web Server : apache with mod_passenger
9192
Init system : systemd
9293
Database : mariadb
9394
Contributors : thedude

0 commit comments

Comments
 (0)