Skip to content

Latest commit

History

History
37 lines (28 loc) 路 1.49 KB

File metadata and controls

37 lines (28 loc) 路 1.49 KB

馃毃 Description

Type of change

  1. Non-functional change (e.g. documentation changes, removing unused using directives, renaming local variables, etc)
  2. Bug fix (non-breaking change that fixes an issue)
  3. New feature (non-breaking change that adds functionality)
  4. Breaking change (fix or feature that could cause existing functionality to not work as expected)

Version

馃毃 Checklist

  1. Have you reviewed your own code? Do you understand every change?
  2. Are you following the contributing guidelines?
  3. Have you added tests that prove your fix is effective or that this feature works?
  4. New and existing unit tests pass locally with these changes?
  5. Have you made corresponding changes to the documentation?
  6. Will this change require an update to an example project? (if so, create an issue and link to it)

馃毃 Public reminder

This is a public repository and any comments or issues are visible to the public. Be nice :)


Reviewer guidelines