File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments