Skip to content

Commit e818257

Browse files
foursixnineilmanzo
authored andcommitted
Update preparation of pr's
1 parent d91aff8 commit e818257

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,9 @@ if (match_has_tag('yast2_missing_package')) {
129129

130130
### Preparing a new Pull Request
131131
* All code needs to be tidy, for this use `make prepare` the first time you
132-
set up your local environment, use `make tidy` or `tools/tidy` locally to
133-
ensure your new code adheres to our coding style.
132+
set up your local environment, use `make tidy` before commiting your changes,
133+
ensure your new code adheres to our coding style or use `make tidy-full` if
134+
you have already few commits.
134135
* Every pull request is tested by our CI system for different perl versions,
135136
if something fails, run `make test` (don't forget to `make prepare` if your setup is new)
136137
but the CI results are available too, in case they need to be investigated further

0 commit comments

Comments
 (0)