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: CONTRIBUTING.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,20 +6,20 @@ First off, thank you for taking the time to contribute!
6
6
7
7
Source + Doc + Test = :heart_eyes:
8
8
9
-
Please send a [GitHub Pull Request to codonPython](https://github.com/codonlibrary/codonPython/pull/new/master) with a
10
-
clear description of what you have done.
11
-
We suggest you follow our coding conventions (below) and make sure all of your commits are atomic (one feature per commit).
9
+
Please send a [GitHub Pull Request to codonPython](https://github.com/codonlibrary/codonPython/pull/new/master) with a
10
+
clear description of what you have done.
11
+
We suggest you follow our coding conventions (below) and make sure all of your commits are atomic (one feature per commit).
12
12
Please do not send us undocumented code as we might not accept it. Including tests to your pull request brings tears of joy to our eyes.
13
-
14
-
The easier it is for us to review a pull request, the faster we will merge it.
13
+
14
+
The easier it is for us to review a pull request, the faster we will merge it.
15
15
16
16
## Coding conventions
17
17
18
18
Start reading our code and you will get an idea of it:
19
19
20
-
* We use [PEP8](https://www.python.org/dev/peps/pep-0008/).
21
-
* We use docstrings and we try to (loosely) follow [`numpy`'s docstring standards](https://numpydoc.readthedocs.io/en/latest/format.html#docstring-standard).
22
-
* This is open source software. Consider the people who will read your code, and make it look nice for them.
20
+
* We use [PEP8](https://www.python.org/dev/peps/pep-0008/).
21
+
* We use docstrings and we try to (loosely) follow [`numpy`'s docstring standards](https://numpydoc.readthedocs.io/en/latest/format.html#docstring-standard).
22
+
* This is open source software. Consider the people who will read your code, and make it look nice for them.
0 commit comments