Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 1.52 KB

CONTRIBUTING.md

File metadata and controls

29 lines (15 loc) · 1.52 KB

How to contribute to Drupal Dockerizer

Did you find a bug?

  • Ensure the bug was not already reported by searching on GitHub under Issues.

  • If you're unable to find an open issue addressing the problem, open a new one. Be sure to include as much relevant information as possible.

Did you write a patch that fixes a bug?

  • Make sure there is an issue for the bug you are trying to fix by searching on GitHub under Issues.

  • Please, create fork of Drupal Dockerizer repository. Create pull request on upstream repository from your fork.

  • Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.

Did you fix whitespace, format code, or make a purely cosmetic patch?

We are happy to include your changes that are cosmetic in nature and do not add anything substantial to the stability, functionality, or testability. Please, create pull request with such kind of changes to main branch.

Do you intend to add a new feature or change an existing one?

  • Suggest your change by submitting feature request issue.

  • Pull requests with features should go into main branch.

Thanks! ❤️ ❤️ ❤️

Drupal Dockerizer Team