You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Join us on [Slack](https://join.slack.com/t/betterproto/shared_invite/zt-f0n0uolx-iN8gBNrkPxtKHTLpG3o1OQ)!
310
+
311
+
There's lots to do, and we're working hard, so any help is welcome!
312
+
313
+
What can you do?
314
+
315
+
-:+1: Vote on [issues](https://github.com/danielgtaylor/python-betterproto/issues).
316
+
-:speech_balloon: Give feedback on [Pull Requests](https://github.com/danielgtaylor/python-betterproto/pulls) and [Issues](https://github.com/danielgtaylor/python-betterproto/issues):
317
+
- Suggestions
318
+
- Express approval
319
+
- Raise concerns
320
+
-:small_red_triangle: Create an issue:
321
+
- File a bug (please check its not a duplicate)
322
+
- Propose an enhancement
323
+
-:white_check_mark: Create a PR:
324
+
- Creating a failing test-case to make bug-fixing easier
325
+
- Fix any of the open issues
326
+
-[Good first issues](https://github.com/danielgtaylor/python-betterproto/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
327
+
-[Issues with tests](https://github.com/danielgtaylor/python-betterproto/issues?q=is%3Aissue+is%3Aopen+label%3A%22has+test%22)
328
+
- New bugfix or idea
329
+
- If you'd like to discuss your idea first, join us on Slack!
330
+
305
331
## Development
306
332
307
333
Join us on [Slack](https://join.slack.com/t/betterproto/shared_invite/zt-f0n0uolx-iN8gBNrkPxtKHTLpG3o1OQ)!
@@ -434,10 +460,10 @@ protoc \
434
460
-[x] Enum strings
435
461
-[x] Well known types support (timestamp, duration, wrappers)
436
462
-[x] Support different casing (orig vs. camel vs. others?)
437
-
-[] Async service stubs
463
+
-[x] Async service stubs
438
464
-[x] Unary-unary
439
465
-[x] Server streaming response
440
-
-[] Client streaming request
466
+
-[x] Client streaming request
441
467
-[x] Renaming messages and fields to conform to Python name standards
0 commit comments