Participation Guidelines
General
KRE is an open-source project through which Kynetx has released the technology for its event rules engine.
The Project's primary features include:
- Downloadable sources and information; and
- Community and communication mechanisms, such as mailing lists, forums, bugtracker, wikis.
Objectives
Principal project objectives are:
- establishment of an open rules engine for responding to events raised on behalf of individuals.
- open access to KRE source code
Sources
The codebase is maintained in shared information repositories using git. Only project owners and committers have write access to these repositories. Everyone has read access via anonymous git or the Web frontend.
Helping
You can help by:
- Writing documentation.
- Submitting code changes or fixes.
- Writing tests
- Manage the issues database.
Code to Read
Directory Layout
Patch Submission Guidelines
To submit code, simply send your patches to dev@kinetcrules.org starting with the subject line [PATCH] ...
A patch submission should contain one logical change; please don't mix N unrelated changes in one submission — send N separate emails instead.
Generate the patch using git diff ...
Please include a log message with your patch. A good log message helps potential reviewers understand the changes in your patch, and increases the likelihood that it will be applied.