Guidelines for contributing to the Snippetica repo.
- DO submit issues for bug fixes or features.
- DO add unit tests for bug fixes or features.
- DO ensure submissions pass build and are merge conflict free.
- DO NOT submit large formatting/documentation changes without discussing it first.
- DO use a descriptive title that identifies the issue or requested feature.
- DO specify a detailed description of the issue or requested feature.
- DO provide the following for bug reports:
- Describe the expected behavior and the actual behavior.
- Provide example code that reproduces the issue.
- Provide any relevant exception messages and stack traces.
- DO follow CoreFX Coding Style (except using
s_
andt_
prefix for field names). - DO install Roslynator for Visual Studio and follow suggestions.