-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Contributing to DotNetMapper | ||
|
||
Here's how you can contribute: | ||
|
||
1. Fork the repository. | ||
2. Create a new branch for your changes. | ||
3. Make your changes and ensure they are properly tested. | ||
4. Create a pull request with a clear description of your changes and why they are necessary. | ||
5. Wait for your pull request to be reviewed. | ||
|
||
Please ensure that your code follows the style and conventions used in the rest of the project, and that your changes do not break any existing functionality. | ||
|
||
By contributing to DotNetMapper, you agree to release your changes under the terms of the MIT License. |