Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 679 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

23 lines (13 loc) · 679 Bytes

Before creating your Pull Request...

  • New Pull Requests should include a good description of what's being merged.
  • Ideally, all Pull Requests are preceded by a discussion initiated in an Issue on this repository.
  • For bug fixes is mandatory to have tests that cover and fail when the bug is present and will pass after this Pull Request.
  • For changes and improvements, new tests have to be provided to cover the new features.

Is this a fix, improvement or something else?

...

What does this change implement/fix?

...

I have ...

  • answered the 2 questions above,
  • discussed this change in an issue,
  • included tests to cover this changes.