Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/contributing/dev-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ func TestMe(t *testing.T) {
}
```

## Complete test on local env

It's possible to run ExternalDNS locally. CoreDNS can be used for easier testing.
See the [related tutorials](../tutorials/coredns-etc.md) for full instructions.

### Continuous Integration

When submitting a pull request, you'll notice that we run several automated processes on your proposed change. Some of these processes are tests to ensure your contribution aligns with our standards. While we strive for accuracy, some users may find these tests confusing.
Expand Down
Loading