Skip to content
This repository has been archived by the owner on Mar 15, 2019. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 940 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (21 loc) · 940 Bytes

Contributing

Hi! Thank your for considering contributing to kickoff-docker-php. You'll find below useful information about how to contribute to the docker-kickoff-php project.

Contributing code

Install from sources

  1. Fork this repository
  2. Clone it to the folder of your choice

Working with git

  1. Create your feature branch (git checkout -b my-new-feature)
  2. Commit your changes (git commit -am 'Add some feature')
  3. Push to the branch (git push origin my-new-feature)
  4. Create a new pull request

Reporting bugs and feature request

Your issue or feature request may already be reported! Please search on the issue tracker before creating one.

If you do not find any relevant issue or feature request, feel free to add a new one!

Additional resources