ScottPlot welcomes contributions from the open-source community! Bug reports, questions, and feature suggestions are welcome as issues or discussions.
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