Update contributing.md
parent
e87d1188cf
commit
1eb8cc23a1
|
@ -72,7 +72,7 @@ To simplify the review work and to ensure certain quality of what is integrated
|
|||
|
||||
- Nobody can `push` commits directly to `main` branch (`main`).
|
||||
Always is necessary to follow the [Merge Request][mr] review proces.
|
||||
- ** TO BE REVIEWED ( branch based events?? )** There is a [buildbot][buildbot] instance (in `ci.dd-work.space`, login via GitLab) as a Continuous Integration that reacts to `push` events in `main` branch and to [Merge Request][mr] events in any other branch.
|
||||
- There is a [buildbot][buildbot] instance (in `ci.dd-work.space`, login via GitLab) as a Continuous Integration, that reacts to `push` events in `main` branch and to [Merge Request][mr] events in any other branch.
|
||||
- When the event is a [Merge Request][mr], only static checks are executed, so no complete tests are launched.
|
||||
This is to prevent crypto mining CI/CD abuse.
|
||||
These checks are [ShellCheck][sc] for shell scripts, [mkdocs][mkdocs] to check that the documentation is generated as it should. Also, we will add soon linters and standard python checks.
|
||||
|
|
Loading…
Reference in New Issue