We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b29383 commit a503886Copy full SHA for a503886
CONTRIBUTING.md
@@ -78,6 +78,14 @@ There is a script called `hack/checkout_pr.sh` that is helpful when we want to
78
test an existing PR that has dependencies. Check the [Testing PR section in the
79
hack documentation](hack/README.md#testing-prs) for additional information.
80
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
89
### Pull Requests
90
91
While the pull request flow is used for submitting new issues and for
0 commit comments