Input on AsyncSSH is extremely welcome. Below are some recommendations of the best ways to contribute.
If you have a general question about how to use AsyncSSH, you are welcome to post it to the end-user mailing list at asyncssh-users@googlegroups.com. If you have a question related to the development of AsyncSSH, you can post it to the development mailing list at asyncssh-dev@googlegroups.com.
You are also welcome to use the AsyncSSH issue tracker to ask questions.
Please use the issue tracker to report any bugs you find. Before creating a new issue, please check the currently open issues to see if your problem has already been reported.
If you create a new issue, please include the version of AsyncSSH you are using, information about the OS you are running on and the installed version of Python and any other libraries that are involved. Please also include detailed information about how to reproduce the problem, including any traceback information you were able to collect or other relevant output. If you have sample code which exhibits the problem, feel free to include that as well.
If possible, please test against the latest version of AsyncSSH. Also, if you are testing code in something other than the master branch, it would be helpful to know if you also see the problem in master.
The issue tracker should also be used to post feature enhancement requests. While I can’t make any promises about what features will be added in the future, suggestions are always welcome!
Before submitting a pull request, please create an issue on the issue tracker explaining what functionality you’d like to contribute and how it could be used. Discussing the approach you’d like to take up front will make it far more likely I’ll be able to accept your changes, or explain what issues might prevent that before you spend a lot of effort.
If you find a typo or other small bug in the code, you’re welcome to submit a patch without filing an issue first, but for anything larger than a few lines I strongly recommend coordinating up front.
Any code you submit will need to be provided with a compatible license. AsyncSSH code is currently released under the Eclipse Public License v1.0. Before submitting a pull request, make sure to indicate that you are ok with releasing your code under this license and how you’d like to be listed in the contributors list.
There are two long-lived branches in AsyncSSH at the moment: