Skip to content

Commit

Permalink
Docs: Add debug guide
Browse files Browse the repository at this point in the history
This patch introduces a simple debug guide to help new developers.
  • Loading branch information
Akrog committed Nov 22, 2022
1 parent ea75f27 commit 06a1a59
Show file tree
Hide file tree
Showing 2 changed files with 445 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,14 @@ section](README.md#getting-started):
- [Running in OpenShift with external
dependencies](docs/dev/custom-image-dependencies.md)

### Debugging

When working on the cinder-operator there will be times where things won't work
as expected and we'll need to debug things.

In the [debugging article](docs/dev/debug.md) we present some ideas to help you
figure things out.

### Pull Requests

While the pull request flow is used for submitting new issues and for
Expand Down
Loading

0 comments on commit 06a1a59

Please sign in to comment.