Skip to content

Commit

Permalink
Define Contribution section
Browse files Browse the repository at this point in the history
  • Loading branch information
anaiberta authored Sep 7, 2024
1 parent 354d318 commit 48ad137
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ A cross-platform implementation of selected `System.Drawing` elements tailored f
- [Instructions](#instructions)
- [License](#license)
- [Third-Party License Attributions](#third-party-license-attributions)
- [Contributing](#contributing)

## History
The creation of this library was driven by Microsoft's decision to make the `System.Drawing.Common` NuGet package as Windows-specific as of .NET 6. For further details about this annoucement, please refer to [Microsoft Learn Article: System.Drawing.Common only supported on Windows](https://learn.microsoft.com/en-us/dotnet/core/compatibility/core-libraries/6.0/system-drawing-common-windows-only).
Expand Down Expand Up @@ -195,3 +196,11 @@ The `GeneXus.Drawing` library is based on the [SkiaSharp project](https://github
> SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library (skia.org). It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
License (MIT): https://github.com/mono/SkiaSharp/blob/main/LICENSE.md
Certainly! Here's an updated paragraph for the README file:
# Contributing
We welcome contributions from the community to improve this project. Please follow the guidelines outlined in the [CONTRIBUTION](CONTRIBUTION.md) file for that.
Thank you for considering to work with us! We look forward to your contributions.

0 comments on commit 48ad137

Please sign in to comment.