PHP APP Docker is an open-source project administered by André Teles. We appreciate your interest and efforts to contribute to PHP App Docker.
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.
Pull requests relating to fixing documentation for the latest release should be directed towards the documentation branch.
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 your pull request make sure the following requirements are fulfilled:
- Fork the repository and create your branch from
master.
1. Fork the repository
Go to the repository and fork it to your own GitHub account.
git clone git@github.com:YOUR_USERNAME/php-app-docker.gitGo to the root of the repository.
cd php-app-docker && ./develop build --no-cacheRead the getstarted application README here.