Although it has already been released, Thunno 2 is still very much a work in progress. You can contribute to Thunno 2 in the following ways:
We are looking to add new commands into Thunno 2, and it would be much appreciated if you could suggest some new commands.
To suggest a command:
- ping me (
@TheThonnu
) in the SE chatroom - or, submit a new issue in the repository
This is by far the harder option. This would mean actually looking at the chaotic mess which is the Thunno 2 source code and trying to add more code in the right places.
If you do decide to do this though, you can follow these steps:
- fork your own copy of the repository
- add a helper function for your command into
helpers.py
- if you're feeling especially brave, suggest some test cases for your commands as well
(these will eventually be added totests.py
) - then, create a pull request, and we'll review your changes
- if we approve them, your code will get added to the main repository!