gianm commented on a change in pull request #7105: Add bug report GitHub issue template URL: https://github.com/apache/incubator-druid/pull/7105#discussion_r258541948
########## File path: .github/ISSUE_TEMPLATE/bug_report.md ########## @@ -0,0 +1,25 @@ +--- +name: Bug Report +about: A template for Druid bug reports +title: "[BUG REPORT]" +labels: Bug +assignees: '' + +--- + +# Summary + +Please provide a detailed title (e.g. "Broker crashes when using TopN query with Bound filter" instead of just "Broker crashes"). + +# Affected Version + +The Druid version where the bug was encountered. + +# Description + +Please include as much detailed information about the bug as possible. +- Cluster size +- Configurations in use +- Steps to reproduce the bug +- The error message or stack traces encountered. Providing more context, such as nearby log messages or even entire logs, can be helpful. +- Any debugging that the issue submitter has already done Review comment: s/issue submitter/you/g ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
