Skip to content

Commit 8b9dd1b

Browse files
committed
chore: update Testing Guidelines with MSTest
1 parent e2d6f53 commit 8b9dd1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Thank you for your interest in contributing! We welcome contributions from the c
88

99
1. **Fork the repository** and create your branch from [`development`](https://github.com/MapsterMapper/Mapster/tree/development)
1010
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
1212
4. **Document your code** with XML comments and update [docs/articles/](./docs/articles/) if needed following the [DocFX](https://dotnet.github.io/docfx/) guidelines
1313
5. **Commit with clear messages** following [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) (e.g., `feat:`, `fix:`, `docs:`)
1414
6. **Submit a pull request** with a description of your changes

0 commit comments

Comments
 (0)