You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Thank you for your interest in contributing! We welcome contributions from the c
8
8
9
9
1.**Fork the repository** and create your branch from [`development`](https://github.com/MapsterMapper/Mapster/tree/development)
10
10
2.**Make your changes** following the existing code style
11
-
3.**Write tests** using [xUnit](https://xunit.net/) to ensure your changes work correctly
11
+
3.**Write tests** using [MSTest](https://docs.microsoft.com/en-us/dotnet/core/testing/unit-testing-with-mstest) and [xUnit](https://xunit.net/) to ensure your changes work correctly
12
12
4.**Document your code** with XML comments and update [docs/articles/](./docs/articles/) if needed following the [DocFX](https://dotnet.github.io/docfx/) guidelines
13
13
5.**Commit with clear messages** following [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) (e.g., `feat:`, `fix:`, `docs:`)
14
14
6.**Submit a pull request** with a description of your changes
0 commit comments