Skip to content

Commit

Permalink
Updated issue templates (#3590)
Browse files Browse the repository at this point in the history
Adding the following templates:
- Feature / Enhancement
- Question
- Generic issue
  • Loading branch information
big-andy-coates authored Oct 17, 2019
1 parent 909b2cc commit ba2b88b
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature---enhancement-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature / Enhancement request
about: Suggest an improvement for this project
title: ''
labels: enhancement
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/other.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Other
about: Create a generic Github issue
title: ''
labels: ''
assignees: ''

---


22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Question
about: As a question about KSQL
title: ''
labels: question
assignees: ''

---

**Search for existing answers**
Many questions have been asked before. Please have a quick search to see if there is already an answer to your question. There are two main resources for finding answers:

1. [Existing KSQL Github issues, including _closed_ issues](https://github.com/confluentinc/ksql/issues?utf8=%E2%9C%93&q=is%3Aissue+)
1. [KSQL on Stack Overflow](https://stackoverflow.com/questions/tagged/ksql)

If you can't see an answer to your question, then please raise a new Github or Stack overflow issue.

**Provide details of the setup you're running**
Let us know what version of KSQL you're running, what OS, etc,

**Outline your question**
Ask you question!

0 comments on commit ba2b88b

Please sign in to comment.