You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -46,15 +46,15 @@ We are open to all contributions by members of our organization, and we encourag
46
46
47
47
* Issues should have useful, concise titles and enough of a description to understand the scope of the issue.
48
48
49
-
2. Branches should link to individual issues, and be named using consistent syntax:
49
+
2. Branches should link to individual issues, and be named using consistent syntax consisting of "issue type", "issue number", and an descriptive title (using hyphens for spaces, and all lower case). Examples:
50
50
51
-
* > bug/#123-abbreviated-issue-title
52
-
> feature/#123-abbreviated-issue-title
53
-
> enhancement/#123-abbreviated-issue-title
51
+
* bug/#123-abbreviated-issue-title
52
+
* feature/#123-abbreviated-issue-title
53
+
* enhancement/#123-abbreviated-issue-title
54
54
55
55
3. A branch should represent an atomic change
56
56
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.
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.
58
58
59
59
4. All pull requests should merge to development. Only an admin should merge to master.
60
60
@@ -64,7 +64,7 @@ We are open to all contributions by members of our organization, and we encourag
64
64
65
65
7. Pull Requests should use Github keywords so they automatically link to/close related issues.
0 commit comments