Currently we can't differentiate between the reasons for why a script is marked as testing.
This could be, because of multiple reasons. For one the script could simply be untested, another reason could be that the script is not working, or has some quirks.
To capture these reasons, and make them visible to the end user, we should provide an optional field to the script called note, where the script author can describe the reason why the script is marked as testing. Alternatively we could think about adding a note field for each of the testing OSes. This would be useful in case the script has different quirks on linux than on mac.
This note field should also be visible in the installation wizard of the script to inform the user.
Currently we can't differentiate between the reasons for why a script is marked as
testing.This could be, because of multiple reasons. For one the script could simply be untested, another reason could be that the script is not working, or has some quirks.
To capture these reasons, and make them visible to the end user, we should provide an optional field to the script called
note, where the script author can describe the reason why the script is marked as testing. Alternatively we could think about adding anotefield for each of the testing OSes. This would be useful in case the script has different quirks on linux than on mac.This
notefield should also be visible in the installation wizard of the script to inform the user.