Skip to content

Commit 71c64e5

Browse files
authored
docs: add instructions for local testing (#5887)
* docs: add instructions for local testing * review
1 parent 9480a2b commit 71c64e5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/contributing/dev-guide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@ func TestMe(t *testing.T) {
7878
}
7979
```
8080

81+
## Complete test on local env
82+
83+
It's possible to run ExternalDNS locally. CoreDNS can be used for easier testing.
84+
See the [related tutorials](../tutorials/coredns-etc.md) for full instructions.
85+
8186
### Continuous Integration
8287

8388
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.

0 commit comments

Comments
 (0)