Skip to content

Commit 6204483

Browse files
committed
Add note about using double quotes for string in CONTRIBUTING.md.
1 parent a53975b commit 6204483

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ We use the git flow mode to merge the pull requests.
2424
Please provide the essential information with proper formatting in the git commit message and the pull request description.
2525

2626
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.
2728
The comments in the code are expected to be enough for other developers to understand your code.
2829
Please add docstrings to the code in NumPy style.
2930
If necessary, please update documentations and add tests for your changes.

0 commit comments

Comments
 (0)