OOrchard

Developer Guide

Orchard is open source and welcomes contributions. This page links to the resources you need to get started as a contributor.

Source Code

The Orchard source code is hosted on GitHub:

Getting Started as a Contributor

  1. Read the CONTRIBUTING.md guide
  2. Browse open issues for good first issues
  3. Join the community discussions

Development Workflow

Orchard follows a standard fork-and-pull-request workflow:

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Submit a pull request

All PRs must include tests and pass CI before being merged. See the contribution guide for details.

Reporting Issues

Found a bug or have a feature request?

  • Open an issue on the main repository
  • For security vulnerabilities, check the repository's security policy or open a GitHub Security Advisory instead of a public issue