From d1fa88289b4cb6a77f381550654b12e2802f5fd5 Mon Sep 17 00:00:00 2001 From: Sanam <31341013+sanamhub@users.noreply.github.com> Date: Sat, 18 Mar 2023 20:39:15 +0545 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..74d0923 --- /dev/null +++ b/CONTRIBUTING.md @@ -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.