Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 607 Bytes

File metadata and controls

15 lines (12 loc) · 607 Bytes

Contributing

You can contribute to MutableString repository with issues and PRs. Simply filing issues for problems you encounter is a great way to contribute. Contributing code is also greatly appreciated.

Bug report

  • Please append as much bug-related information as possible, such:
    • Operation System and it's version
    • .NET version
    • Stacktrace (if exception is thrown)
  • Provide steps to reproduce bug.

Code Style

Please follow repository code style during contribution.

API changes

Any breaking changes of public API should be discussed before PR. Otherwise your PR may get declined.