Skip to content

Commit 6c1254b

Browse files
author
asyncapi-bot
committed
docs(community): update latest community docs
1 parent 75cd925 commit 6c1254b

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

β€Žmarkdown/docs/community/010-contribution-guidelines/contribution-flow.mdβ€Ž

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,32 @@ We welcome your contributions to AsyncAPI, whether you have suggestions, improve
1111

1212
At AsyncAPI, we value **quality over quantity**. This guide will help you make meaningful contributions that benefit the community.
1313

14+
### Types of Contributions
15+
16+
Contrary to popular belief, **contributions are not limited to code**. At AsyncAPI, we encourage contributions in all areas of the project. Below is a table of contributions you can make:
17+
18+
| Emoji | Contribution Area | Examples & How to Get Started |
19+
| :-----: | :----------------- | :---------------------------- |
20+
| πŸ’» | Code | Fix bugs, add features, refactor code, improve performance. See [good first issues](https://github.com/issues?q=is%3Aopen+org%3Aasyncapi+label%3A%22good+first+issue%22) or [open an issue](https://github.com/asyncapi/community/issues/new/choose). |
21+
| πŸ“– | Documentation | Improve docs, fix typos, clarify guides, update README. Check [docs issues](https://github.com/asyncapi/community/issues) or suggest changes directly. |
22+
| πŸ› | Bug Reports | Report bugs, help reproduce issues, suggest fixes. [Open a bug issue](https://github.com/asyncapi/community/issues/new?assignees=&labels=bug&template=bug_report.md). |
23+
| ⚠️ | Tests | Add or improve tests, increase coverage, verify fixes. |
24+
| 🎨 | Design | Propose UI/UX improvements, contribute graphics, review design discussions. |
25+
| πŸ’¬ | Answering Questions | Answer questions on [Slack](https://asyncapi.com/slack-invite) or [GitHub Issues](https://github.com/asyncapi/community/issues), help new contributors, provide mentorship. |
26+
| πŸ“ | Blogposts | Write blog posts for [AsyncAPI's blog](https://www.asyncapi.com/blog). |
27+
| πŸ“† | Project Management | Triage issues and organize tasks and workflows, help with releases. |
28+
| 🌍 | Translation | Translate documentation or resources into other languages. |
29+
| πŸ“£ | Promotion | Promote AsyncAPI whether it's social media and personal blogs |
30+
| 🚧 | Maintenance | Help with repository upkeep, update dependencies, improve workflows, manage CI/CD. |
31+
| πŸ‘€ | Review | Review PRs, give feedback, help maintain code quality. |
32+
| πŸš‡ | Infrastructure | Improve build tools, deployment scripts, or automation. |
33+
| πŸ”Œ | Plugin/Tool Creation | Develop plugins, integrations, or tools for AsyncAPI ecosystem. |
34+
| πŸ›‘οΈ | Security | Identify and/or reduce security threats and improve the privacy of AsyncAPI whether it's the tools themselves and/or the repositories |
35+
| πŸ‘€ | Reviewed Pull Requests | Review fellow contributors' pull requests. |
36+
| πŸ“’ | Talks | Participate in AsyncAPI's conferences as a presenter|
37+
| πŸ€” | Ideas & Planning | Join our community to share your suggestions to grow AsyncAPI |
38+
| πŸ’‘ | Examples | Provide links to examples of AsyncAPI being used in projects |
39+
1440
### Before You Start Contributing
1541
- If you are joining AsyncAPI through [Slack](https://asyncapi.com/slack-invite) or an event, take your time to explore the [AsyncAPI website](https://www.asyncapi.com/).
1642
- Read our [Code of Conduct](https://github.com/asyncapi/.github/blob/master/CODE_OF_CONDUCT.md).

0 commit comments

Comments
Β (0)