Add bug report and feature request GitHub issue templates (#7105)

* Add bug report GitHub template

* PR comments

* Add feature request template

* Tweak

* Add [REQUEST] title

* Remove request title, add note
This commit is contained in:
Jonathan Wei 2019-02-21 08:44:41 -08:00 committed by Gian Merlino
parent 4e2b085201
commit 417b9f2fe1
2 changed files with 43 additions and 0 deletions

23
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,23 @@
---
name: Bug Report
about: A template for Druid bug reports
title: ""
labels: Bug
assignees: ''
---
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 you have already done

View File

@ -0,0 +1,20 @@
---
name: Feature/Change Request
about: A template for Druid feature and change requests
title: ""
labels: Wish list
assignees: ''
---
# Description
Please describe the feature or change with as much detail as possible.
If you have a detailed implementation in mind and wish to contribute that implementation yourself, please open a Proposal issue instead.
# Motivation
Please provide the following for the desired feature or change:
- A detailed description of the intended use case, if applicable
- Rationale for why the desired feature/change would be beneficial