Skip to content

Commit 599afa0

Browse files
committed
Docs: Add debug guide
This patch introduces a simple debug guide to help new developers.
1 parent 27f69cf commit 599afa0

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
@@ -78,6 +78,14 @@ There is a script called `hack/checkout_pr.sh` that is helpful when we want to
7878
test an existing PR that has dependencies. Check the [Testing PR section in the
7979
hack documentation](hack/README.md#testing-prs) for additional information.
8080

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

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

0 commit comments

Comments
 (0)