- Non-functional change (e.g. documentation changes, removing unused
usingdirectives, renaming local variables, etc)- Bug fix (non-breaking change that fixes an issue)
- New feature (non-breaking change that adds functionality)
- Breaking change (fix or feature that could cause existing functionality to not work as expected)
- Have you reviewed your own code? Do you understand every change?
- Are you following the contributing guidelines?
- Have you added tests that prove your fix is effective or that this feature works?
- New and existing unit tests pass locally with these changes?
- Have you made corresponding changes to the documentation?
- Will this change require an update to an example project? (if so, create an issue and link to it)
This is a public repository and any comments or issues are visible to the public. Be nice :)