-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
help to gino-tornado #1
Comments
Any help would be awesome! Please feel free to either create a PR, or let me know if you want to be the maintainer of this repo - I can add you to the team. |
i want to be maintainter of this repo, i use gino-tornado for many production applications, i just read about new version of gino and how this extension is without updates, so, i want to help to update this extension. |
Permission added, thank you so much for your help! Please let me know if you have issues accessing the necessary functions. |
just checked and everything seems to be ok, about maintaining this extension, is only run tests with new tornado and gino versions and check everything is ok?, it is allowed to add some functionalities? (for example, i did a little migrations app for gino that made us work better with gino at office) |
Sure, please feel free to commit & push to the master branch. But if you want, I'd be glad to review your PRs too. Pushing new tags will trigger auto-build + PyPI upload, you can release new versions in this way. |
understood, i will focus on tests first, thanks a lot |
just finished first example and its documentation, worked nice with GINO 1.0 and Tornado 6.0.4, should i change version or just make more tests, implement coverage and then change version? also, how can i help to write information here? https://python-gino.org/docs/en/master/reference/extensions/tornado.html? |
Thanks! I'll review this tomorrow. Please kindly create PRs to edit https://github.com/python-gino/gino/blob/master/docs/reference/extensions/tornado.rst for the document. If it's just examples, I wouldn't recommend bumping the version of the Python package. |
i would like to help with gino tonrado extension, actually, im doing a tdd example with tornado-gino https://github.com/ppsirg/gino-tornado/tree/master/examples/navigation-system
i would like to know that is required to maintain this extension
The text was updated successfully, but these errors were encountered: