Skip to content

Commit f289907

Browse files
committed
Trying to improve issue templates a bit
1 parent e1a3c89 commit f289907

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
---
22
name: Bug report
3-
about: Create a report to help us improve
3+
about: Create a bug report to help us improve Soot.
44
title: ''
55
labels: ''
66
assignees: ''
77

88
---
99

10+
Please examine each of the following points so that we can help you as soon and best as possible.
11+
1012
**Describe the bug**
1113
A clear and concise description of what the bug is.
1214

15+
**Input file**
16+
If possible, please upload or provide a (working) link to the .class, .jar, .dex, .apk or any other input file which caused the issue. You can drop a ZIP file right into this textbox.
17+
This is _very_ important. In many cases, a bug triggers only on certain input files, which happen to be structured in a particular way which causes this problem.
18+
1319
**To reproduce**
1420
Steps to reproduce the behavior:
1521
Please include soot options you used or supply a code snippet to ease reproduction of the problem.
@@ -18,10 +24,7 @@ Please include soot options you used or supply a code snippet to ease reproducti
1824
A clear and concise description of what you expected to happen.
1925

2026
**Stacktrace**
21-
If applicable, add stacktrace.
22-
23-
**Input file**
24-
.class, .jar, .dex, .apk any file caused the issue.
27+
If applicable, add complete stacktraces. In case your stack trace contains a line starting with "Caused by:", that line as well as the following lines are still part of the original stacktrace, so please include them as well.
2528

2629
**Additional context**
27-
Add any other context about the problem here.
30+
Add any other context about the problem here, which might help us to understand or solve your problem better.

.github/ISSUE_TEMPLATE/feature_request.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Feature request
3-
about: Suggest an idea for this project
3+
about: Suggest an idea for Soot.
44
title: ''
55
labels: ''
66
assignees: ''

0 commit comments

Comments
 (0)