You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by gi...@apache.org on 2019/02/21 16:44:50 UTC

[incubator-druid] branch master updated: Add bug report and feature request GitHub issue templates (#7105)

This is an automated email from the ASF dual-hosted git repository.

gian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 417b9f2  Add bug report and feature request GitHub issue templates (#7105)
417b9f2 is described below

commit 417b9f2fe13c37add601e072252ecee52e84e229
Author: Jonathan Wei <jo...@users.noreply.github.com>
AuthorDate: Thu Feb 21 08:44:41 2019 -0800

    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
---
 .github/ISSUE_TEMPLATE/bug_report.md      | 23 +++++++++++++++++++++++
 .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000..91b0097
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -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
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 0000000..9d279ca
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org