@@ -7,6 +7,11 @@ about: Tell us about uncompyle6 bugs
7
7
<!-- __Note:__ If you are using this program to do something illegal - don't.
8
8
The issue may be flagged to make it easier for those looking for illegal activity.
9
9
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
+
10
15
Bugs are not for asking questions about a problem you
11
16
are trying to solve that involve the use of uncompyle6 along the way,
12
17
although I may be more tolerant of this if you sponsor the project.
@@ -50,6 +55,7 @@ Prerequisites/Caveats
50
55
51
56
* Make sure the bytecode you have can be disassembled with a
52
57
disassembler and produces valid results.
58
+ * Try to make the bytecode that exhibits a bug as small as possible.
53
59
* Don't put bytecode and corresponding source code on any service that
54
60
requires registration to download.
55
61
* When you open a bug report there is no privacy. If you need privacy, then
@@ -118,7 +124,11 @@ Please modify for your setup
118
124
119
125
## Priority
120
126
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
+ -->
122
132
123
133
## Additional Context
124
134
0 commit comments