We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215b43b commit c8a265dCopy full SHA for c8a265d
CONTRIBUTING.md
@@ -53,7 +53,7 @@ so do familiarize yourself with the following guidelines.
53
## PR workflow
54
55
0. The contributor builds the library locally and runs all unit tests via the Gradle task
56
- `dataframe:test -Pkotlin.dataframe.debug=true` (see the ["Building"](#building) chapter).
+ `build -Pkotlin.dataframe.debug=true` (see the ["Building"](#building) chapter).
57
1. The contributor submits the PR if the local build is successful and the tests are green.
58
2. The reviewer puts their name in the "Reviewers" section of the proposed PR at the start of the review process.
59
3. The reviewer leaves comments or marks the PR with the abbreviation "LGTM" (Looks good to me).
0 commit comments