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

### 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 cde3567

Please sign in to comment.