-
Notifications
You must be signed in to change notification settings - Fork 14
Home
Do you want to share your new product in the Axon Ivy Market?
Whether it's a connector, a demo of a smart Axon Ivy solution, or any other kind of software built with Axon Ivy β if it can be coded and wrapped in an Ivy project, it can become a market product! Then the following guide is for you.
It outlines the key steps needed to develop and publish your own market product and make it available to the community.
- Project Setup
- Product Development
- Market Integration β This includes everything needed for adding new connectors.
All contributions to existing Marketplace projects must be made via forks and pull requests.
Direct write access to the main
branch is restricted. This ensures that every change is reviewed and documented properly.
Please follow the contribution guidelines when submitting a PR. If you have any questions, reach out to the relevant CODEOWNER (check the .github folder to find out who this is).
To ensure clear collaboration in the open-source Marketplace project, we define two key roles:
The OWNER is responsible for:
- strategic direction of the project
- managing the organization (e.g., roles and permissions)
- defining processes and quality standards
- setting priorities and coordinating with CODEOWNERS
CODEOWNERS are responsible for specific parts of the repository. Their responsibilities include:
- reviewing code changes within their assigned areas
- ensuring compliance with coding standards
- technical ownership of their components
- providing feedback and support to contributors
Pull Requests that affect CODEOWNED files require explicit review and approval from the respective CODEOWNER.
π‘ You can find the
CODEOWNERS
file in the.github
folder of each repository. It defines which user(-group) is responsible for the codebase of the repository.