From a2e9730b23bad7fea0047ac275786115f5912e84 Mon Sep 17 00:00:00 2001 From: Zied Aouini Date: Wed, 13 Oct 2021 18:39:10 +0200 Subject: Add issue templates. (#1340) * Add issue template. * Add config log instruction. --- .github/ISSUE_TEMPLATE/question_template.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/question_template.md (limited to '.github/ISSUE_TEMPLATE/question_template.md') diff --git a/.github/ISSUE_TEMPLATE/question_template.md b/.github/ISSUE_TEMPLATE/question_template.md new file mode 100644 index 000000000..1c74fbe03 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question_template.md @@ -0,0 +1,10 @@ +--- +name: General question +about: Ask a question about nDPI +title: '' +labels: 'question' +assignees: '' + +--- + +Type your question in a clear and concise way to help the community answering it. \ No newline at end of file -- cgit v1.2.3