diff --git a/docs/contributing.md b/docs/contributing.md index 51b1041..c4240e7 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -8,6 +8,19 @@ bug being fixed. For new functionality, it's general best to open an issue first to discuss it. +## Reporting issues + +Bugs, feature requests, and development-related questions should be directed to +the [GitHub issue tracker](https://github.com/willnorris/imageproxy/issues). +If reporting a bug, please try and provide as much context as possible such as +what version of imageproxy you're running, what configuration options, specific +remote URLs that exhibit issues, and anything else that might be relevant to +the bug. For feature requests, please explain what you're trying to do, and +how the requested feature would help you do that. + +Security related bugs can either be reported in the issue tracker, or if they +are more sensitive, emailed to . + ## Code Style and Tests Go code should follow general best practices, such as using go fmt, go lint, and