Skip to content

Commit 462162b

Browse files
committed
Fix links in contribute.rst broken by dmlc#566
1 parent 1e50a66 commit 462162b

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/community/contribute.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,15 @@ Make changes
4141
------------
4242

4343
Our package uses continuous integration and code coverage tools for verifying pull requests. Before
44-
submitting, contributor should perform the following checks:
44+
submitting, contributor should ensure that the following checks do not fail:
4545

46-
- `Lint (code style) check <https://github.com/dmlc/gluon-nlp/blob/master/Jenkinsfile#L5>`__.
47-
- `Py2 <https://github.com/dmlc/gluon-nlp/blob/master/Jenkinsfile#L18>`__ and `Py3 <https://github.com/dmlc/gluon-nlp/blob/master/Jenkinsfile#L28>`__ tests.
46+
- Lint (code style)
47+
- Unittest (running under Python 2 and Python 3)
48+
- Doctest (running under Python 2 and Python 3)
49+
50+
The commands executed by the continuous integration server to perform the tests
51+
are listed in the `build_steps.groovy file
52+
<https://github.com/dmlc/gluon-nlp/blob/master/ci/jenkins/build_steps.groovy>`__.
4853

4954
Contribute to model zoo
5055
-----------------------

0 commit comments

Comments
 (0)