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-11Lines changed: 6 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,17 +65,12 @@ Known errors
65
65
66
66
Contributing
67
67
------------------------------
68
-
Fork repository
69
-
70
-
create a new branch, e.g. `checkout -b my-stuff`
71
-
72
-
commit and push your changes to that branch
73
-
74
-
make sure that the test works (!) (see known errors)
75
-
76
-
create a pull request
77
-
78
-
I'll accept your changes
68
+
1. Fork repository
69
+
2. Create a new branch, e.g. `checkout -b my-stuff`
70
+
3. Commit and push your changes to that branch
71
+
4. Make sure that the test works (!) (see known errors)
72
+
5. Create a pull request
73
+
6. I accept your pull request
79
74
80
75
I'll not accept pull requests introducing multiple independent changes at once, or pull requests that introduce new capabilities without accompanying tests.
Copy file name to clipboardExpand all lines: README_header.md
+6-11Lines changed: 6 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,16 +64,11 @@ Known errors
64
64
65
65
Contributing
66
66
------------------------------
67
-
Fork repository
68
-
69
-
create a new branch, e.g. `checkout -b my-stuff`
70
-
71
-
commit and push your changes to that branch
72
-
73
-
make sure that the test works (!) (see known errors)
74
-
75
-
create a pull request
76
-
77
-
I'll accept your changes
67
+
1. Fork repository
68
+
2. Create a new branch, e.g. `checkout -b my-stuff`
69
+
3. Commit and push your changes to that branch
70
+
4. Make sure that the test works (!) (see known errors)
71
+
5. Create a pull request
72
+
6. I accept your pull request
78
73
79
74
I'll not accept pull requests introducing multiple independent changes at once, or pull requests that introduce new capabilities without accompanying tests.
0 commit comments