Skip to content

Commit 286bb59

Browse files
committed
Go over bug-report template
1 parent c01ab5e commit 286bb59

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ about: Tell us about uncompyle6 bugs
77
<!-- __Note:__ If you are using this program to do something illegal - don't.
88
The issue may be flagged to make it easier for those looking for illegal activity.
99
10+
If you are reporting a bug in decompilation, it will probably not be acted upon
11+
unless it is narrowed to a small example. You may have to do some work remove
12+
extraneous code from the source example. Most bugs can be expressed in 30 lines of
13+
code.
14+
1015
Bugs are not for asking questions about a problem you
1116
are trying to solve that involve the use of uncompyle6 along the way,
1217
although I may be more tolerant of this if you sponsor the project.
@@ -50,6 +55,7 @@ Prerequisites/Caveats
5055
5156
* Make sure the bytecode you have can be disassembled with a
5257
disassembler and produces valid results.
58+
* Try to make the bytecode that exhibits a bug as small as possible.
5359
* Don't put bytecode and corresponding source code on any service that
5460
requires registration to download.
5561
* When you open a bug report there is no privacy. If you need privacy, then
@@ -118,7 +124,11 @@ Please modify for your setup
118124

119125
## Priority
120126

121-
<!-- If this is blocking some important activity let us know what activity it blocks. -->
127+
<!-- If this is important for a particular public good state that here.
128+
If this is blocking some important activity let us know what activity it blocks.
129+
130+
Otherwise, we'll assume this has the lowest priority in addressing.
131+
-->
122132

123133
## Additional Context
124134

0 commit comments

Comments
 (0)