Skip to content
This repository was archived by the owner on Jan 14, 2024. It is now read-only.

Commit

Permalink
docs: Improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Jan 29, 2022
1 parent 63cfc96 commit 0632422
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,9 @@ backup-controller :help:backup:example bahub.adapters.mysql

## Contributing

Contributions are welcome.
Contributions are welcome. We are looking for co-maintainers due to fact that we maintain a lot of projects simultaneously.

### Environment

To setup project you need to use `pipenv`.

Expand All @@ -232,6 +234,15 @@ pipenv shell

# inside Pipenv's shell
export PYTHONPATH=$(pwd)
pytest . # run all tests
pytest --disable-pytest-warnings . # run all tests
KEEP_CLUSTER=yes pytest . --disable-pytest-warnings -k TestKubernetesTransport -s # run Kubernetes integration tests
```

### Committing

Please follow [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) guideline, additionally please
add issue or pull request number.

**Examples:**
- `fix: #161 pod container status were not checked before attempt to execute a command in container`
- `feat: #1312 implement ssh transport`

0 comments on commit 0632422

Please sign in to comment.