edit README.md and remove unrealistic requirement

This commit is contained in:
emo 2024-01-07 01:46:42 +01:00
parent 1fbd0a93f4
commit 8239bcdf58

View File

@ -103,18 +103,17 @@ rule in our source control system.
commit that has been merged in the `main` branch. commit that has been merged in the `main` branch.
3. Every git pull request has been linked to exactly one project issue. The 3. Every git pull request has been linked to exactly one project issue. The
issue number prefixes the pull request title, e.g. `i-1 <pull request title>`. issue number prefixes the pull request title, e.g. `i-1 <pull request title>`.
4. The change has been thoroughly reviewed and all discovered issues have
been resolved. Merging without a code review approval is only acceptable been resolved. Merging without a code review approval is only acceptable
when reviewers are not available. when reviewers are not available.
5. The change has been tested by Ansible Molecule scenarios. Our team adopted 4. The change has been tested by Ansible Molecule scenarios. Our team adopted
an approach resembling Test Driven Development for the sake of automated an approach resembling Test Driven Development for the sake of automated
regression testing. regression testing.
6. All automated tests have been passing successfully consistently. We have 5. All automated tests have been passing successfully consistently. We have
zero tolerance on test flakiness. zero tolerance on test flakiness.
7. Source code has been linted with `yamllint` and `ansible-lint`. Any errors 6. Source code has been linted with `yamllint` and `ansible-lint`. Any errors
have been fixed. have been fixed.
8. All YAML documents have been formated with `yamlfix`. 7. All YAML documents have been formated with `yamlfix`.
9. User facing changes have been documented appropriately. 8. User facing changes have been documented appropriately.
## Development environment setup ## Development environment setup