AsyncAPI community-related stuff.
See the codeWelcome to the AsyncAPI Initiative! Our mission is to improve the current state of Event-Driven Architectures (EDAs) and the tooling ecosystem around them. Join us in shaping the future of how you work with Event-Driven Architectures.
We set annual community goals that guide our growth and initiatives every year. Join us as we enhance maintainers' support, simplify onboarding, and establish structured community initiatives and programs.
Find all the resources you need to start contributing to our organization.
Follow the Code of Conduct and help keep the community inclusive and respectful.
Read the Contribution Guide and learn how to contribute effectively.
Explore the Contributing Guide, a guide on where and how to contribute for new contributors.
Follow the AsyncAPI Style Guide to ensure consistency across all docs.
Our community is steered by a transparent governance board. You can learn more about our Community Governance and the AsyncAPI Charter, which outlines the decision-making process, structure, responsibilities, and procedures for contributions and oversight of the AsyncAPI open project.
The TSC is a group of maintainers and Ambassadors responsible for the maintenance and decision-making of the AsyncAPI Initiative. It was formed to ensure open governance and neutrality.
If you have any questions or need guidance, please reach out through our GitHub Discussions page or via Slack.
We invite you to join our Events & Meetings, and we hope to see you at one of the AsyncAPI Conferences.
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
The AsyncAPI Community repository includes extensive automation powered by custom scripts. To ensure these scripts function correctly, proper testing is essential. This section explains how to run existing tests and how to add new ones.
We use Jest for testing automation scripts. To run the tests locally, follow these steps:
npm install
npm test
If you are contributing new automation scripts, ensure they are covered by tests. To add a new test:
test/ directory.All contributions to automation should include proper test coverage to maintain reliability.
(top 30 of 107)
JavaScript
100.0%
AsyncAPI community-related stuff.
See the codeWelcome to the AsyncAPI Initiative! Our mission is to improve the current state of Event-Driven Architectures (EDAs) and the tooling ecosystem around them. Join us in shaping the future of how you work with Event-Driven Architectures.
We set annual community goals that guide our growth and initiatives every year. Join us as we enhance maintainers' support, simplify onboarding, and establish structured community initiatives and programs.
Find all the resources you need to start contributing to our organization.
Follow the Code of Conduct and help keep the community inclusive and respectful.
Read the Contribution Guide and learn how to contribute effectively.
Explore the Contributing Guide, a guide on where and how to contribute for new contributors.
Follow the AsyncAPI Style Guide to ensure consistency across all docs.
Our community is steered by a transparent governance board. You can learn more about our Community Governance and the AsyncAPI Charter, which outlines the decision-making process, structure, responsibilities, and procedures for contributions and oversight of the AsyncAPI open project.
The TSC is a group of maintainers and Ambassadors responsible for the maintenance and decision-making of the AsyncAPI Initiative. It was formed to ensure open governance and neutrality.
If you have any questions or need guidance, please reach out through our GitHub Discussions page or via Slack.
We invite you to join our Events & Meetings, and we hope to see you at one of the AsyncAPI Conferences.
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
The AsyncAPI Community repository includes extensive automation powered by custom scripts. To ensure these scripts function correctly, proper testing is essential. This section explains how to run existing tests and how to add new ones.
We use Jest for testing automation scripts. To run the tests locally, follow these steps:
npm install
npm test
If you are contributing new automation scripts, ensure they are covered by tests. To add a new test:
test/ directory.All contributions to automation should include proper test coverage to maintain reliability.
(top 30 of 107)
JavaScript
100.0%