Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.47 KB

File metadata and controls

32 lines (26 loc) · 1.47 KB

Contributing

Thank you for your interest in contributing to this project!

Please read the full contributing guidelines at: https://owncloud.com/contribute/

About this repository

This repository builds the official ownCloud PHP and webserver Docker image (owncloud/php). It is not an application codebase — it layers PHP (7.4 on Ubuntu 22.04, 8.3 on Ubuntu 24.04) and an Apache webserver on top of the owncloud/ubuntu image. See the README for build details, supported tags and usage.

Pull requests

  • Rebase Early, Rebase Often! We use a rebase workflow. Rebase on the target branch before submitting a PR; do not create merge commits.
  • Signed commits: All commits must be PGP/GPG signed. See GitHub's signing guide.
  • DCO Sign-off: Every commit must carry a Signed-off-by line:
    git commit -S -s -m "your commit message"
    
  • Conventional Commits: PR titles must follow the Conventional Commits format — this is enforced by CI, and the PR title becomes the squash-merge commit message.
  • GitHub Actions Policy: Workflows may only use actions that are (a) owned by owncloud, (b) created by GitHub (actions/*), or (c) verified in the GitHub Marketplace. Pin all actions to their full commit SHA.