Ivan Ka 5f81c5bc97
docs: add bug report guide and improve issue template (#6272)
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
2026-03-14 21:43:35 +05:30

18 lines
948 B
Markdown

# Developer Documentations (Advanced Topics)
This folder contains developer documentation.
When you are ready to contribute, you can select issue at [Good First Issues](https://github.com/kubernetes-sigs/external-dns/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22help%20wanted%22).
To get started see: [dev-guide.md](dev-guide.md).
> Note; when new feature/fix is ready, consider also to provide a way to test this manually with manifests and kubectl commands
## Submit an Issue
In addition to contributions, we welcome [bug reports](https://github.com/kubernetes-sigs/external-dns/issues/new?template=---bug-report.md) and [feature requests](https://github.com/kubernetes-sigs/external-dns/issues/new?template=--enhancement-request.md).
When filing a bug report, follow the **[Bug Report Guide](bug-report.md)** to collect
the normalized Kubernetes resources, process flags, and logs that maintainers need
to reproduce and fix the issue.