Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.27 KB

CONTRIBUTING.md

File metadata and controls

23 lines (16 loc) · 1.27 KB

Contributing

Overview

Learn the rules to follow when you contribute code or content to this project.

Contributing process

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:

  1. Fork this repository.
  2. Make your changes. Do not forgot about:
  3. Squash your changes to a single commit. Write a concise commit message in the imperative mood, as described here.
  4. Rebase your changes to the latest master branch.
  5. Create a pull request.

NOTE: When you add content to the asyncapi-react repository, follow the guidelines from the kyma-project organization.

Pull requests are very welcome. However, if you want to add a new feature, use GitHub issues to discuss your ideas first.