Skip to content

Commit 44b3384

Browse files
committed
.github: add issue templates
1 parent 2cbffd8 commit 44b3384

File tree

3 files changed

+57
-0
lines changed

3 files changed

+57
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: Bug in syzkaller
3+
about: Create a report about a specific problem in syzkaller.
4+
title: '<EDIT ME> (try to follow "pkg/name: short description" format)'
5+
labels: 'bug'
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
If you just have a question, please use the `syzkaller@googlegroups.com` mailing list instead of this issue tracker.
14+
The issue tracker is for specific detailed bugs. If you are not sure it's a bug, please start by asking on the users list.
15+
16+
**To Reproduce**
17+
Steps to reproduce the behavior.
18+
Please provide syzkaller revision, Go version (output of go version), relevant information about host and target systems,
19+
`syz-manager` config if relevant. If `syz-manager` is not working overall, please provide output of `syz-manager` with -debug flag.
20+
21+
**Expected behavior**
22+
A clear and concise description of what you expected to happen.
23+
24+
**Additional context**
25+
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Copyright 2022 syzkaller project authors. All rights reserved.
2+
# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
3+
4+
# For documentation see:
5+
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository
6+
# There is also an ability to setup issue forms:
7+
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#creating-issue-forms
8+
9+
blank_issues_enabled: false
10+
contact_links:
11+
- name: Mailing list for questions
12+
url: https://groups.google.com/forum/#!forum/syzkaller
13+
about: Please ask and answer questions on the syzkaller@googlegroups.com mailing list.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project.
4+
title: '<EDIT ME> (try to follow "pkg/name: short description" format)'
5+
labels: 'enhancement'
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. E.g., "I'm always frustrated when [...]"
12+
13+
**Describe the solution you'd like**
14+
Describe the desired functionality and its intended usage to give some context for how it would be used.
15+
16+
Do you have any implementation in mind for this feature?
17+
18+
**Additional context**
19+
Add any other context about the feature request here.

0 commit comments

Comments
 (0)