Skip to content

Commit 41b64a9

Browse files
authored
Update ISSUE_TEMPLATE.md
1 parent f3ee4b9 commit 41b64a9

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
<!--
2-
If this issue is a bug report (i.e. something wasn't deobfuscated),
3-
please read the FAQs first (bottom of the README).
2+
PLEASE READ ENTIRELY BEFORE POSTING
3+
If this issue is about deobfuscating a file, you must have actually tried to run the deobfuscator first.
4+
Simply uploading a file without any information will most likely get your issue ignored.
5+
Instead, tell us what you've tried, what the detect option (which is very helpful in finding transformers)
6+
found, and any other useful information (errors) that may be helpful.
7+
8+
In addition, please look into the FAQ at the bottom of the readme AND the commonerrors folder
9+
to make sure you're not making one of the common errors. (You should always read General.md!)
10+
PLEASE do not skip this step, it will most likely help!
411
5-
Please make sure that you've provided a copy of the file you're deobfuscation if possible.
6-
If you don't have permission to provide the entire program or you don't want to,
7-
then there's not much I can do. I'm not psychic.
12+
Please make sure that you've provided a copy of the file if possible. Files that are copyrighted
13+
(e.g. not freely available on the internet or Minecraft clients that have Mojang classes shaded)
14+
are not allowed to be uploaded. In that case, you may want to decompile and search for the relevant decryption classes
15+
and upload the screenshots instead, but just make sure class names are not visible!
816
917
You should also provide a copy of the config/code you're using to run the deobfuscator.
1018
Order of transformers matter, and sometimes you just need to switch them around.

0 commit comments

Comments
 (0)