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
Copy file name to clipboardExpand all lines: markdown/docs/community/010-contribution-guidelines/contribution-flow.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,32 @@ We welcome your contributions to AsyncAPI, whether you have suggestions, improve
11
11
12
12
At AsyncAPI, we value **quality over quantity**. This guide will help you make meaningful contributions that benefit the community.
13
13
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 |
| π¬ | 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. |
| π | 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 |
| π’ | 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
+
14
40
### Before You Start Contributing
15
41
- 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/).
16
42
- Read our [Code of Conduct](https://github.com/asyncapi/.github/blob/master/CODE_OF_CONDUCT.md).
0 commit comments