diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2022-01-27 18:13:26 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2022-01-31 08:44:48 +0100 |
| commit | a491ad2d5f32701c54e2891a7c70e65604e68734 (patch) | |
| tree | 0f2aeac858408e36b9450f4db53d994b410e4705 /.github/ISSUE_TEMPLATE/config.yml | |
| parent | 495e00c5a4233cb6a8fe235003841bcc172ba755 (diff) | |
.github: add issue templates
Diffstat (limited to '.github/ISSUE_TEMPLATE/config.yml')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..9e2e4cb36 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,13 @@ +# Copyright 2022 syzkaller project authors. All rights reserved. +# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. + +# For documentation see: +# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository +# There is also an ability to setup issue forms: +# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#creating-issue-forms + +blank_issues_enabled: false +contact_links: + - name: Mailing list for questions + url: https://groups.google.com/forum/#!forum/syzkaller + about: Please ask and answer questions on the syzkaller@googlegroups.com mailing list. |
