Skip to content

Commit 3042762

Browse files
committed
Merge remote-tracking branch 'github/main'
2 parents a785cf4 + ccd2c95 commit 3042762

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ If you have any questions, please use the GitHub discussions.
1212
## Code structure
1313

1414
The code structure of qmp is following the standard Python package structure.
15-
We organize the package code into the folder named `qmp`, and the tests into the folder named `tests`.
15+
We organize the package code into the folder named `qmp`.
1616
The file `pyproject.toml` is used to define the package metadata.
1717
There are also some other files such as `.clang-format`, `.pre-commit-config.yaml` used to format and lint the code.
1818

@@ -26,7 +26,7 @@ Please make sure that your code is properly formatted, linted and typed when you
2626
In Python code conventions, use double quotes (") for string literals and single quotes (') for character literals.
2727
The comments in the code are expected to be enough for other developers to understand your code.
2828
Please add docstrings to the code in NumPy style.
29-
If necessary, please update documentations and add tests for your changes.
29+
If necessary, please update documentations for your changes.
3030
Any warning should be fixed when submitting a pull request.
3131
At last, please check carefully on the correctness and the robustness of the code when submitting a pull request.
3232

0 commit comments

Comments
 (0)