Skip to content

Latest commit

 

History

History
21 lines (10 loc) · 932 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (10 loc) · 932 Bytes

Contributing

Thank you for the interest in contributing to neo-sharp. To contribute, please adhere to the following guidelines:

Issue Tracking:

  1. Check github for any open issues or feature requests before making a request.

  2. Check the Trello Board to see the current progress of an issue or feature, and verify someone is already working on this issue before beginning work.

Writing Code:

  1. Comment your code using Microsoft XML Documentation Comments

  2. Write tests and ensure your tests pass locally as well as on CI

  3. Open a pull request to the development branch, and reference the relevant issue(s)

  4. After receiving feedback or approval, squash your commits and add a detailed commit message enumerating the issues or features that were addressed.