Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.43 KB

File metadata and controls

25 lines (21 loc) · 1.43 KB

Pull Request Details

Related Issue

Please, open an issue before a pull request. It will help in understanding better the PR aim.

Types of changes

  • Docs change / refactoring / dependency upgrade
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • My code follows the code style of this project.
  • I have updated the documentation or my changes dont require it.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes (or the existing one were enough).
  • All new and existing tests passed.