File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ The package manager’s system requirements are the same as [those for Swift](ht
59
59
60
60
To learn about the policies and best practices that govern
61
61
contributions to the Swift project,
62
- please read the [ Contributor Guide] ( https://swift.org/contributor-guide ) .
62
+ please read the [ Contributor Guide] ( https://swift.org/contributing/ ) .
63
63
64
64
If you are interested in contributing, please read the [ Community Proposal] ( Documentation/PackageManagerCommunityProposal.md ) ,
65
65
which provides some context for decisions made in the current implementation and offers direction
@@ -69,7 +69,7 @@ Tests are an important part of the development and evolution of this project,
69
69
and new contributions are expected to include tests for any functionality
70
70
change. To run the tests, pass the ` test ` verb to the ` bootstrap ` script:
71
71
72
- ./Utilities/bootstrap test
72
+ ./Utilities/bootstrap --build-tests test
73
73
74
74
> Long-term, we intend for testing to be an integral part of the Package Manager itself
75
75
> and to not require custom support.
You can’t perform that action at this time.
0 commit comments