Thank you for your interest in contributing to Edurata Workflows! This repository contains open-source templates primarily written in YAML files. We welcome contributions from the community to extend the library of templates and improve existing ones.
- Search existing issues before submitting a new one.
- Clearly describe the issue, including steps to reproduce and expected behavior.
- Fork the repository and create a new branch.
- Follow the repository’s template structure and naming conventions.
- Ensure YAML files are properly formatted and follow best practices.
- Submit a PR with a clear description of your changes.
- Use consistent YAML formatting (e.g., indentation, key naming).
- Include relevant comments within templates where necessary.
- Follow naming conventions for new templates.
- Use descriptive commit messages.
- Example:
fix: corrected syntax error in deployment.yamlorfeat: added CI/CD pipeline template.
- Help improve project documentation by submitting PRs.
- Ensure clarity, correct formatting, and accuracy.
- Be respectful and considerate of others.
- Follow our Code of Conduct.
- Fork the repository.
- Clone your fork:
git clone https://github.com/edurata/edurata-workflows.git - Create a new branch:
git checkout -b feature/your-template - Make changes and commit:
git commit -m "Your descriptive commit message" - Push your changes:
git push origin feature/your-template - Submit a Pull Request.
By contributing, you agree to follow our Code of Conduct.