Skip to content

Commit b891d25

Browse files
Updated readme with contribution section. More help welcome 😃
1 parent 8bcb67b commit b891d25

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

README.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,32 @@ datetime.datetime(2019, 1, 1, 11, 59, 58, 800000, tzinfo=datetime.timezone.utc)
302302
{'ts': '2019-01-01T12:00:00Z', 'duration': '1.200s'}
303303
```
304304

305+
306+
## Contribution
307+
308+
309+
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+
305331
## Development
306332

307333
Join us on [Slack](https://join.slack.com/t/betterproto/shared_invite/zt-f0n0uolx-iN8gBNrkPxtKHTLpG3o1OQ)!
@@ -434,10 +460,10 @@ protoc \
434460
- [x] Enum strings
435461
- [x] Well known types support (timestamp, duration, wrappers)
436462
- [x] Support different casing (orig vs. camel vs. others?)
437-
- [ ] Async service stubs
463+
- [x] Async service stubs
438464
- [x] Unary-unary
439465
- [x] Server streaming response
440-
- [ ] Client streaming request
466+
- [x] Client streaming request
441467
- [x] Renaming messages and fields to conform to Python name standards
442468
- [x] Renaming clashes with language keywords
443469
- [x] Python package

0 commit comments

Comments
 (0)