From bbdb238ddb325cdf30db3626d4899c1e6da6fadf Mon Sep 17 00:00:00 2001 From: rocky Date: Mon, 1 Oct 2018 23:59:06 -0400 Subject: [PATCH] Note that bytecode should be provided. --- .github/ISSUE_TEMPLATE/bug-report.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 0f2a61e7..4af98f88 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -12,7 +12,7 @@ Prerequisites * Make sure the bytecode you have can be disassembled with a disassembler. -* Don't put bytecode and corresponding soruce code on any service that +* Don't put bytecode and corresponding source code on any service that requires registration to download. * When you open a bug report there is no privacy. If the legitimacy of the activity is deemed suspicous, I may flag it as suspicious, @@ -46,8 +46,9 @@ $ uncompyle6 $ ``` -If there is a Solidity source code, a truffle project, or bytecode -that is involved, please provide that or links to it. +Provide links to the Python bytecode. For example you can create a +gist with the information. If you have the correct source code, you +can add that too. -->