Skip to content

Commit a6dbc96

Browse files
Fix instruction
Remove reference to non-existent file.
1 parent bac0cc6 commit a6dbc96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ These steps are a guideline for contributing and do not necessarily need to be f
77
1. Fork the `main` branch of this repository from the latest commit.
88
1. Create a branch from your fork's `main` branch to help isolate your changes from any further work on `main`. If fixing an issue try to reference its name in your branch name (e.g. `issue-123`) to make changes easier to track the changes.
99
1. Work on your proposed changes on your fork. If you are fixing an issue include at least one unit test that reproduces it if the code changes to fix it have not been applied; if you are adding new functionality please include unit tests appropriate to the changes you are making.
10-
1. When you think your changes are complete, test that the code builds cleanly using `build.ps1`/`build.sh`. There should be no compiler warnings and all tests should pass.
10+
1. When you think your changes are complete, test that the code builds cleanly using `build.ps1`. There should be no compiler warnings and all tests should pass.
1111
1. Once your changes build cleanly locally submit a Pull Request back to the `main` branch from your fork's branch. Ideally commits to your branch should be squashed before creating the Pull Request. If the Pull Request fixes an issue please reference it in the title and/or description. Please keep changes focused around a specific topic rather than include multiple types of changes in a single Pull Request.
1212
1. After your Pull Request is created it will build against the repository's continuous integrations.
1313
1. Once the Pull Request has been reviewed by the project's [contributors](https://github.com/martincostello/aspnetcore-openapi/graphs/contributors) and the status checks pass your Pull Request will be merged back to the `main` branch, assuming that the changes are deemed appropriate.

0 commit comments

Comments
 (0)