You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Go over what constitutes a bug, yet again
This commit is contained in:
11
.github/ISSUE_TEMPLATE/bug-report.md
vendored
11
.github/ISSUE_TEMPLATE/bug-report.md
vendored
@@ -11,6 +11,17 @@ Bugs are not for asking questions about a problem you
|
|||||||
are trying to solve that involve the use of uncompyle6 along the way,
|
are trying to solve that involve the use of uncompyle6 along the way,
|
||||||
although I may be more tolerent of this if you sponsor the project.
|
although I may be more tolerent of this if you sponsor the project.
|
||||||
|
|
||||||
|
Bugs are also not for general or novice kind help on how to install
|
||||||
|
this Python program in your environment in the way you would like to
|
||||||
|
have it set up, or how to interpret a Python traceback e.g. that winds
|
||||||
|
up saying Python X.Y.Z is not supported.
|
||||||
|
|
||||||
|
For these kinds of things, you will save yourself time by asking
|
||||||
|
instead on forums like StackOverflow that are geared to helping people
|
||||||
|
for such general or novice kinds questions and tasks. And unless you
|
||||||
|
are a sponsor of the project, if your question seems to be of this
|
||||||
|
category, the issue may just be closed.
|
||||||
|
|
||||||
Also, the unless you are a sponsor of the project, it may take a
|
Also, the unless you are a sponsor of the project, it may take a
|
||||||
while, maybe a week or so, before the bug report is noticed, let alone
|
while, maybe a week or so, before the bug report is noticed, let alone
|
||||||
acted upon.
|
acted upon.
|
||||||
|
@@ -5,4 +5,4 @@ if [[ $0 == ${BASH_SOURCE[0]} ]] ; then
|
|||||||
echo "This script should be *sourced* rather than run directly through bash"
|
echo "This script should be *sourced* rather than run directly through bash"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
export PYVERSIONS='3.7.11 3.8.12 3.9.7 3.10.0'
|
export PYVERSIONS='3.7.13 pyston-2.3.3 3.8.13'
|
||||||
|
Reference in New Issue
Block a user