We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a53975b commit 6204483Copy full SHA for 6204483
CONTRIBUTING.md
@@ -24,6 +24,7 @@ We use the git flow mode to merge the pull requests.
24
Please provide the essential information with proper formatting in the git commit message and the pull request description.
25
26
Please make sure that your code is properly formatted, linted and typed when you submit a pull request.
27
+In Python code conventions, use double quotes (") for string literals and single quotes (') for character literals.
28
The comments in the code are expected to be enough for other developers to understand your code.
29
Please add docstrings to the code in NumPy style.
30
If necessary, please update documentations and add tests for your changes.
0 commit comments