Skip to content

Commit e6a9a96

Browse files
Update docs/contributors.md
Co-authored-by: Ivan <[email protected]>
1 parent 025aba5 commit e6a9a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Pull requests are the easiest way to contribute changes to git repos at GitHub.
6666
**Learn more about how to implement tests:**
6767

6868
Adding or changing tests is an integral part of making a change to the code.
69-
Unit tests are in the `__tests__` folder, and end-to-end tests are in the `workflows` folder (in the particular file [test-dotnet.yml](https://github.com/actions/setup-dotnet/blob/main/.github/workflows/test-dotnet.yml).
69+
Unit tests are in the `__tests__` folder, and end-to-end tests are in the `workflows` folder, particularly in the [workflow.yml](https://github.com/actions/setup-dotnet/blob/main/.github/workflows/workflow.yml).
7070

7171
- The contributor can add various types of tests (like unit tests or end-to-end tests), which, in his opinion, will be necessary and sufficient for testing new or changed functionality
7272
- Tests should cover a successful execution, as well as some edge cases and possible errors

0 commit comments

Comments
 (0)