Skip to content

Commit 4bd12e1

Browse files
authored
Merge pull request docker#9639 from ikedam/linkToBuilding
Link to BUILDING.md for testing instructions
2 parents 9a131a0 + d789b2e commit 4bd12e1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,10 @@ Fork the repository and make changes on your fork in a feature branch:
124124
issue.
125125

126126
Submit unit tests for your changes. Go has a great test framework built in; use
127-
it! Take a look at existing tests for inspiration. [Run the full test
128-
suite](README.md) on your branch before
129-
submitting a pull request.
127+
it! Take a look at existing tests for inspiration. Also end-to-end tests are
128+
available. Run the full test suite, both unit tests and e2e tests on your
129+
branch before submitting a pull request. See [BUILDING.md](BUILDING.md) for
130+
instructions to build and run tests.
130131

131132
Write clean code. Universally formatted code promotes ease of writing, reading,
132133
and maintenance. Always run `gofmt -s -w file.go` on each changed file before

0 commit comments

Comments
 (0)