Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 1.91 KB

contributing.md

File metadata and controls

31 lines (16 loc) · 1.91 KB

How to contribute to ImageSHarp

Did you find a bug?

  • Please ensure the bug was not already reported by searching on GitHub under Issues.

  • If you're unable to find an open issue addressing the problem, please open a new one. Be sure to include a title, the applicable version, a clear description, as much relevant information as possible, and a code sample or an executable test case demonstrating the expected behavior that is not occurring. Please do not hijack existing issues.

Did you write a patch that fixes a bug?

  • Open a new GitHub pull request with the patch.

  • Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.

  • Before submitting, please ensure that your code matches the existing coding patterns and practise as demonstrated in the repository. These follow strict Stylecop rules 👮.

Do you intend to add a new feature or change an existing one?

  • Suggest your change in the ImageSharp Gitter Chat Room and start writing code.

  • Do not open an issue on GitHub until you have collected positive feedback about the change. GitHub issues are primarily intended for bug reports and fixes.

Do you have questions about the source code?

And please remember. ImageSharp is the work of a very, very, small number of developers who struggle balancing time to contribute to the project with family time and work commitments. We encourage you to pitch in and help make our vision of simple accessible imageprocessing available to all. Open Source can only exist with your help.

Thanks for reading!

James Jackson-South ❤️