diff options
author | Zied Aouini <aouinizied@gmail.com> | 2021-10-13 18:39:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-13 18:39:10 +0200 |
commit | a2e9730b23bad7fea0047ac275786115f5912e84 (patch) | |
tree | 9c883bc0669d78656077d99e52822707a0d86b2e /.github/ISSUE_TEMPLATE/question_template.md | |
parent | 937357e4bc55610f116f66d15a8e0fc1e260c02c (diff) |
Add issue templates. (#1340)
* Add issue template.
* Add config log instruction.
Diffstat (limited to '.github/ISSUE_TEMPLATE/question_template.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE/question_template.md | 10 |
1 files changed, 10 insertions, 0 deletions
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 |