Skip to content

Commit d3d6600

Browse files
committed
Docs: Add debug guide
This patch introduces a simple debug guide to help new developers.
1 parent b6d9c91 commit d3d6600

File tree

2 files changed

+445
-0
lines changed

2 files changed

+445
-0
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,14 @@ section](README.md#getting-started):
7474
- [Running in OpenShift with external
7575
dependencies](docs/dev/custom-image-dependencies.md)
7676

77+
### Debugging
78+
79+
When working on the cinder-operator there will be times where things won't work
80+
as expected and we'll need to debug things.
81+
82+
In the [debugging article](docs/dev/debug.md) we present some ideas to help you
83+
figure things out.
84+
7785
### Pull Requests
7886

7987
While the pull request flow is used for submitting new issues and for

0 commit comments

Comments
 (0)