Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 983 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (11 loc) · 983 Bytes

Contribute to ScottPlot

ScottPlot welcomes contributions from the open-source community! Bug reports, questions, and feature suggestions are welcome as issues or discussions.

Pull Requests

Consider creating an issue to discuss your pull request before investing a lot of work into it. This is an opportunity to ensure your modifications (and their timing) will be consistent with the direction ScottPlot is going, also a good chance to get feedback and suggestions that may improve your implementation.

If your code is not auto-formatted, the build will fail when you create your pull request. Use autoformat.bat or run these commands to autoformat the entire code base:

dotnet tool update -g dotnet-format
dotnet format

Code Diagram