Skip to content

Latest commit

 

History

History
59 lines (31 loc) · 1.87 KB

File metadata and controls

59 lines (31 loc) · 1.87 KB

Contribute to PHP APP Docker

PHP APP Docker is an open-source project administered by André Teles. We appreciate your interest and efforts to contribute to PHP App Docker.

Open Development & Community Driven

PHP APP Docker is an open-source project. See the LICENSE file for licensing information. All the work done is available on GitHub.

The core team and the contributors send pull requests which go through the same validation process.

Documentation

Pull requests relating to fixing documentation for the latest release should be directed towards the documentation branch.

Bugs

We are using GitHub Issues to manage our public bugs. We keep a close eye on this so before filing a new issue, try to make sure the problem does not already exist.


Before Submitting a Pull Request

Before submitting your pull request make sure the following requirements are fulfilled:

  • Fork the repository and create your branch from master.

Contribution Prerequisites

  • You have docker at v19.03.12+
  • You have docker at 1.26.2+
  • You are familiar with Git.

Development Workflow

1. Fork the repository

Go to the repository and fork it to your own GitHub account.

2. Clone from your repository

git clone git@github.com:YOUR_USERNAME/php-app-docker.git

3. Install the dependencies

Go to the root of the repository.

cd php-app-docker && ./develop build --no-cache

4. Start the example application

Read the getstarted application README here.