Merge pull request #9639 from ikedam/linkToBuilding

Link to BUILDING.md for testing instructions
This commit is contained in:
Guillaume Lours 2022-07-30 11:46:38 +02:00 committed by GitHub
commit 4bd12e1aa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -124,9 +124,10 @@ Fork the repository and make changes on your fork in a feature branch:
issue. issue.
Submit unit tests for your changes. Go has a great test framework built in; use Submit unit tests for your changes. Go has a great test framework built in; use
it! Take a look at existing tests for inspiration. [Run the full test it! Take a look at existing tests for inspiration. Also end-to-end tests are
suite](README.md) on your branch before available. Run the full test suite, both unit tests and e2e tests on your
submitting a pull request. branch before submitting a pull request. See [BUILDING.md](BUILDING.md) for
instructions to build and run tests.
Write clean code. Universally formatted code promotes ease of writing, reading, Write clean code. Universally formatted code promotes ease of writing, reading,
and maintenance. Always run `gofmt -s -w file.go` on each changed file before and maintenance. Always run `gofmt -s -w file.go` on each changed file before