Skip to content

Commit b34e3d8

Browse files
authored
Create Question issue template
1 parent 52dd9a1 commit b34e3d8

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/ISSUE_TEMPLATE/question.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: Question
3+
about: Ask a question!
4+
title: "[Question] My Question?"
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
# Short Question Description
11+
A clear single sentence question we can try to help with?
12+
13+
With some extra context to follow it up. This way the question is clear for both you and us without it being lost in the paragraph.
14+
Some useful information to help us with your question:
15+
* How did this question come about?
16+
* Would a small code snippet help?
17+
* What have you already looked at?
18+
19+
Before you ask, please have a look at the
20+
* [Documentation](https://automl.github.io/auto-sklearn/master/manual.html)
21+
* If it's related but not clear, please include it in your question with a link, we'll try to make it better!
22+
* [Examples](https://automl.github.io/auto-sklearn/master/examples/index.html)
23+
* Likewise, an example can answer many questions! However we can't cover all question with examples but if you think your question would benefit from an example, let us know!
24+
* [Issues](https://github.com/automl/auto-sklearn/issues?q=label%3Aquestion+)
25+
* We try to label all questions with the label `Question`, maybe someone has already asked. If the question is about a feature, try searching more of the issues. If you find something related but doesn't directly answer your question, please link to it with #(issue number)!
26+
27+
# System Details (if relevant)
28+
* Which version of `auto-sklearn` are you using?
29+
* Are you running this on Linux / Mac / ... ?

0 commit comments

Comments
 (0)