Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 871 Bytes

CONTRIBUTING.md

File metadata and controls

34 lines (22 loc) · 871 Bytes

CONTRIBUTING

Any contribution is welcome.

Issues

  • Your issue is related to a SERP parsing?

When you report the issue try to include as much details as possible about your current search. SERPs are dependant on many factors and we need to know all of them.

Tests

All contributions must be tested following as much as possible the current test structure:

Look at current tests in test/suites for more details. Think about adding @cover annotation.

If your test fixes an issue, first you will have to reproduce this issue in the test suit and you can comment your test to tell it fixes the given issue.

Conding Standards

The code follow the PSR-2 coding standards

Tools

  • Run test suit: composer test
  • Check coding standards: composer cscheck
  • Auto fix coding standards: composer csfix