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
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:
0 commit comments