diff options
author | 2020-10-27 14:55:34 +0100 | |
---|---|---|
committer | 2020-10-27 14:55:34 +0100 | |
commit | d6660f369ebb67c861ae9ab0fe9429c513f8278f (patch) | |
tree | 6d8e781b393a474c16d53655467ff8d929911de5 | |
parent | 6f2281ed4070d8e56bf823e447b11d9451786fa3 (diff) | |
download | coredns-d6660f369ebb67c861ae9ab0fe9429c513f8278f.tar.gz coredns-d6660f369ebb67c861ae9ab0fe9429c513f8278f.tar.zst coredns-d6660f369ebb67c861ae9ab0fe9429c513f8278f.zip |
A question template (#4243)
We get many questions (which is fine), but those are neither a bug, nor
an enhancement. Just add generic question as an option.
Signed-off-by: Miek Gieben <miek@miek.nl>
-rw-r--r-- | .github/ISSUE_TEMPLATE/question.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 000000000..c5f4c9f25 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,7 @@ +--- +name: Question +about: A question related to CoreDNS +labels: question + +--- +<!-- Please only use this template for submitting a generic question --> |