Skip to content

Latest commit

 

History

History
63 lines (46 loc) · 2.45 KB

CONTRIBUTING.md

File metadata and controls

63 lines (46 loc) · 2.45 KB

Contribution Guide for Alfresco Bakery

Thank you for considering contributing to Alfresco Bakery! We welcome contributions from the community to help improve and expand our project. Before you get started, please take a moment to review the following guidelines.

Code of Conduct

This project adheres to the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code. Please report any unacceptable behavior to alfresco-build at hyland dot com.

Getting Started

  1. Fork the repository on GitHub.
  2. Clone your forked repository to your local machine:
    • git clone <https://github.com/your-username/project-name.git>
  3. Create a new branch for your changes:
    • git checkout -b my-feature-branch
  4. Make your changes and commit them:
    • git commit -am "Add new feature or fix"
  5. Push your changes to your forked repository:
    • git push origin my-feature-branch
  6. Open a pull request (PR) against the main branch of the original repository.

For more information on working with Git and GitHub, refer to the Contributing to a project guidelines.

Contribution Guidelines

When contributing to Alfresco Bakery, please follow these guidelines:

  • Ensure your code adheres to the project's coding standards.
  • Write clear and concise commit messages.
  • Include tests for new features or bug fixes if applicable.
  • Document any new functionality or changes in the project's documentation.
  • Follow the LICENSE for all contributions.
  • Be respectful and considerate of others' contributions and feedback.

Review Process

After submitting a pull request, the maintainers of the project will review your changes. Here's what you can expect:

  • All PRs will be reviewed by maintainers for code quality, adherence to guidelines, and compatibility with project goals.
  • Feedback may be provided for necessary changes or improvements.
  • Once approved, your changes will be merged into the main branch.

Help and Support

If you need any assistance or have questions about contributing, feel free to reach out to us on Hyland Connect.

We appreciate your interest in contributing to Alfresco Bakery! Your contributions help make our project better for everyone.

Happy coding!

Alfresco Ops Readiness Team alfresco-build at hyland dot com