python-trio / trio

Trio – a friendly Python library for async concurrency and I/O
https://trio.readthedocs.io
Other
6.21k stars 343 forks source link

Update quart-trio and hypercorn links #3066

Closed decorator-factory closed 3 months ago

decorator-factory commented 3 months ago

It seems like the projects were moved from gitlab to github.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.63%. Comparing base (6fad505) to head (784012b). Report is 221 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #3066 +/- ## ======================================= Coverage 99.63% 99.63% ======================================= Files 121 121 Lines 17839 17839 Branches 3206 3206 ======================================= Hits 17774 17774 Misses 46 46 Partials 19 19 ```
trio-bot[bot] commented 3 months ago

Hey @decorator-factory, it looks like that was the first time we merged one of your PRs! Thanks so much! :tada: :birthday:

If you want to keep contributing, we'd love to have you. So, I just sent you an invitation to join the python-trio organization on Github! If you accept, then here's what will happen:

If you want to read more, here's the relevant section in our contributing guide.

Alternatively, you're free to decline or ignore the invitation. You'll still be able to contribute as much or as little as you like, and I won't hassle you about joining again. But if you ever change your mind, just let us know and we'll send another invitation. We'd love to have you, but more importantly we want you to do whatever's best for you.

If you have any questions, well... I am just a humble Python script, so I probably can't help. But please do post a comment here, or in our chat, or on our forum, whatever's easiest, and someone will help you out!

decorator-factory commented 3 months ago

Huh, getting a typo-fix merged is enough to get merge rights? That is terrifying :frowning_face:

CoolCat467 commented 3 months ago

Well, you have to start somewhere. Reviews must be made an a pull request before it is merged, CI must succeed to be able to merge, the main branch is protected from force pushes, and even if an issue were merged into main we can always revert it.