Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 585 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (11 loc) · 585 Bytes

Contributing to phpstan-baseline-guard

First of all: Thank you :)

How to contribute

  1. Create a GitHub issue describing your bug / feature request, so we can discuss it, before you put too much effort into implementation.
  2. Please always add tests for new features and bug fixes.
  3. There are composer scripts to make sure, the code quality in this repository stays high. To run them all, run composer test. See the scripts section in composer.json for more details.
  4. Create a GitHub pull request and feel free to ping me, so I can give it my attention.