This commit is contained in:
omahs 2023-10-19 08:56:26 +02:00 committed by GitHub
parent 577b6a2031
commit b6ecaa8645
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ https://github.com/openglobus/openglobus/blob/master/.editorconfig
1) Branch must looks like this: 1) Branch must looks like this:
`feature/<issue_id>_<custom_name>` or `bugfix/<issue_id>_<custom_name>` `feature/<issue_id>_<custom_name>` or `bugfix/<issue_id>_<custom_name>`
2) Each commit must start with an issue ID like this `#<issue_id>`, so be sure that the issue is exists. 2) Each commit must start with an issue ID like this `#<issue_id>`, so be sure that the issue exists.
3) Finally, all checks in PR must be approved and PR link must be added in the issue comments. 3) Finally, all checks in PR must be approved and PR link must be added in the issue comments.