Skip to content

Commit 5fe5e36

Browse files
committed
"two things" -> "three things" and descriptions of tags
1 parent 1624dd9 commit 5fe5e36

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ development).
3636
When you make your changes, you can test them with `mx python`. Additionally,
3737
there are various "gates" that we use on our CI system to check any code that
3838
goes in. You can run all of these gates using `mx python-gate` or just some by
39-
using `mx python-gate --tags [TAG]`. Two interesting tags to run that cover most
40-
things are:
39+
using `mx python-gate --tags [TAG]`. Three interesting tags to run that cover
40+
most things are:
4141

42-
- python-unittest
43-
- python-graalvm
44-
- python-license
42+
- `python-unittest` - Run the unittests written in Python, including those for the C extension API
43+
- `python-graalvm` - Build a minimal GraalVM bundle with Python only and a native launcher
44+
- `python-license` - Check that all files have the correct copyright headers applied to them

0 commit comments

Comments
 (0)