Welcome to the official Digital.ai Release content repository! This repository is dedicated to storing officially published release templates and workflow templates by Digital.ai.
We welcome contributions from the community! If you have a release template or workflow template that you'd like to share or improve, please follow these steps:
- Fork this repository to your GitHub account.
- Create a new branch for your changes:
git checkout -b feature/new-template. - Make your changes and commit them:
git commit -m "Add new template". - Push your changes to your GitHub fork:
git push origin feature/new-template. - Create a pull request (PR) against this repository.
Our team will review your PR and work with you to merge it into the official content.
To release a new version of the content, follow these steps:
- Ensure all changes are thoroughly tested and documented.
- Update the version number and changelog as needed.
- Create a new release on GitHub with the appropriate version tag.
- Include release notes detailing the changes made.
- Publish the release.
This repository is licensed under the Apache License 2.0.