Skip to content

Commit 3af67d9

Browse files
authored
Merge branch 'master' into luomai-patch-2
2 parents 93da99e + d63b948 commit 3af67d9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Contributing to TensorLayer
22

3-
We appreciate contributions towards TensorLayer
4-
either by adding / improving examples or extending / fixing the TensorLayer core library.
5-
To make your contributions, you would need to follow the guideline:
6-
we are using [pep8](https://www.python.org/dev/peps/pep-0008/) coding style and [numpy doc style](https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt).
7-
The following tools are used to ensure that your PR comply the project convention:
3+
We appreciate contributions
4+
either by adding / improving examples or extending / fixing the core library.
5+
To make your contributions, you would need to follow the [pep8](https://www.python.org/dev/peps/pep-0008/) coding style and [numpydoc](https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt) document style.
6+
We rely on Continuous Integration (CI) for checking push commits.
7+
The following tools are used to ensure that your commits can pass through the CI test:
88

9-
* yapf (format code)
10-
* isort (sort imports)
11-
* autoflake (remove unused imports)
9+
* [yapf](https://github.com/google/yapf) (format code), compulsory
10+
* [isort](https://github.com/timothycrosley/isort) (sort imports), optional
11+
* [autoflake](https://github.com/myint/autoflake) (remove unused imports), optional
1212

13-
Please apply these tools in the changed files before submitting the PR.
13+
Please apply these tools in the changed files before submitting your PR.

0 commit comments

Comments
 (0)