Policy Action

The policy action provides the means to serve an AI policy document to users. THe action provides a markdown representation for editing and generates an HTML document made accessible via the public file interface. The package is a singleton and requires the Jivas library version 2.0.0.
Package Information
- Name:
jivas/policy_action
- Author: V75 Inc.
- Architype:
PolicyAction
Meta Information
- Title: Policy Action
- Group: core
- Type: action
Configuration
Dependencies
- Jivas:
^2.0.0
- markdown:
>=3.8
Best Practices
- Ensure placeholders in the content are replaced dynamically.
- Test the policy content rendering in a staging environment before production use.
๐ฐ Contributing
Contributing Guidelines
- Fork the Repository: Start by forking the project repository to your GitHub account.
- Clone Locally: Clone the forked repository to your local machine using a git client.
git clone https://github.com/TrueSelph/policy_action
- Create a New Branch: Always work on a new branch, giving it a descriptive name.
git checkout -b new-feature-x
- Make Your Changes: Develop and test your changes locally.
- Commit Your Changes: Commit with a clear message describing your updates.
git commit -m 'Implemented new feature x.'
- Push to GitHub: Push the changes to your forked repository.
git push origin new-feature-x
- Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.
- Review: Once your PR is reviewed and approved, it will be merged into the main branch. Congratulations on your contribution!
Contributor Graph
๐ License
This project is protected under the Apache License 2.0. See LICENSE for more information.