Skip to content

Commit c693a61

Browse files
committed
Changed code blocks to block quotes
1 parent b4f21a0 commit c693a61

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

README.md

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -44,23 +44,17 @@ We are open to all contributions by members of our organization, and we encourag
4444

4545
1. Everything must start with an issue...
4646

47-
```
48-
Issues should have useful, concise titles and enough of a description to understand the scope of the issue.
49-
```
47+
> Issues should have useful, concise titles and enough of a description to understand the scope of the issue.
5048
5149
2. Branches should link to individual issues, and be named using consistent syntax:
5250

53-
```
54-
bug/#123-abbreviated-issue-title
55-
feature/#123-abbreviated-issue-title
56-
enhancement/#123-abbreviated-issue-title
57-
```
51+
> bug/#123-abbreviated-issue-title
52+
> feature/#123-abbreviated-issue-title
53+
> enhancement/#123-abbreviated-issue-title
5854
5955
3. A branch should represent an atomic change
6056

61-
```
62-
Merging the branch should not break anything. A branch should be fully testable and functional once finished - I should be able to deploy any given branch and have a functional site.
63-
```
57+
> Merging the branch should not break anything. A branch should be fully testable and functional once finished - I should be able to deploy any given branch and have a functional site.
6458
6559
4. All pull requests should merge to development. Only an admin should merge to master.
6660

@@ -70,9 +64,7 @@ Merging the branch should not break anything. A branch should be fully testable
7064

7165
7. Pull Requests should use Github keywords so they automatically link to/close related issues.
7266

73-
```
74-
For reference: https://help.github.com/articles/closing-issues-via-commit-messages/
75-
```
67+
> For reference: https://help.github.com/articles/closing-issues-via-commit-messages/
7668
7769
For more info on good github etiquette see below, these were nicely referenced by @karimamer :
7870

0 commit comments

Comments
 (0)