Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.1 KB

CONTRIBUTING.md

File metadata and controls

24 lines (17 loc) · 1.1 KB

Contributing to LINQ to Regex

Guidelines for contributing to the LINQ to Regex repo.

Submitting Pull Requests

  • 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.

Creating Issues

  • 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.

Coding Style