Skip to content

Commit 254a9ef

Browse files
formatting
1 parent 1443af0 commit 254a9ef

File tree

2 files changed

+12
-22
lines changed

2 files changed

+12
-22
lines changed

README.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -65,17 +65,12 @@ Known errors
6565

6666
Contributing
6767
------------------------------
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
7974

8075
I'll not accept pull requests introducing multiple independent changes at once, or pull requests that introduce new capabilities without accompanying tests.
8176
Example: Deep Belief Network

README_header.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,11 @@ Known errors
6464

6565
Contributing
6666
------------------------------
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
7873

7974
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

Comments
 (0)