Skip to content

Commit 8d7d0ef

Browse files
Move contributing guide to CONTRIBUTING.md
1 parent b891d25 commit 8d7d0ef

File tree

2 files changed

+25
-27
lines changed

2 files changed

+25
-27
lines changed

CONTRIBUTING.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Contributing
2+
3+
There's lots to do, and we're working hard, so any help is welcome!
4+
5+
- :speech_balloon: Join us on [Slack](https://join.slack.com/t/betterproto/shared_invite/zt-f0n0uolx-iN8gBNrkPxtKHTLpG3o1OQ)!
6+
7+
What can you do?
8+
9+
- :+1: Vote on [issues](https://github.com/danielgtaylor/python-betterproto/issues).
10+
- :speech_balloon: Give feedback on [Pull Requests](https://github.com/danielgtaylor/python-betterproto/pulls) and [Issues](https://github.com/danielgtaylor/python-betterproto/issues):
11+
- Suggestions
12+
- Express approval
13+
- Raise concerns
14+
- :small_red_triangle: Create an issue:
15+
- File a bug (please check its not a duplicate)
16+
- Propose an enhancement
17+
- :white_check_mark: Create a PR:
18+
- Creating a failing test-case to make bug-fixing easier
19+
- Fix any of the open issues
20+
- [Good first issues](https://github.com/danielgtaylor/python-betterproto/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
21+
- [Issues with tests](https://github.com/danielgtaylor/python-betterproto/issues?q=is%3Aissue+is%3Aopen+label%3A%22has+test%22)
22+
- New bugfix or idea
23+
- If you'd like to discuss your idea first, join us on Slack!

README.md

Lines changed: 2 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -302,35 +302,10 @@ 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-
331305
## Development
332306

333-
Join us on [Slack](https://join.slack.com/t/betterproto/shared_invite/zt-f0n0uolx-iN8gBNrkPxtKHTLpG3o1OQ)!
307+
- _Join us on [Slack](https://join.slack.com/t/betterproto/shared_invite/zt-f0n0uolx-iN8gBNrkPxtKHTLpG3o1OQ)!_
308+
- _See how you can help → [Contributing](CONTRIBUTING.md)_
334309

335310
### Requirements
336311

0 commit comments

Comments
 (0)