Learn the rules to follow when you contribute code or content to this project.
The contributing process in this project relies on the GitHub flow. This means that you contribute through pull requests. When adding new code or content to this project, follow these rules:
- Fork this repository.
- Make your changes. Do not forgot about:
- Naming and architecture convention
- Project structure
- Tests
- Updating relevant documents if you add, remove, update props, configuration, or themes
- Squash your changes to a single commit. Write a concise commit message in the imperative mood, as described here.
- Rebase your changes to the latest
master
branch. - Create a pull request.
NOTE: When you add content to the
asyncapi-react
repository, follow the guidelines from thekyma-project
organization.
Pull requests are very welcome. However, if you want to add a new feature, use GitHub issues to discuss your ideas first.