File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -124,9 +124,10 @@ Fork the repository and make changes on your fork in a feature branch:
124
124
issue.
125
125
126
126
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] ( BUILDING.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.
130
131
131
132
Write clean code. Universally formatted code promotes ease of writing, reading,
132
133
and maintenance. Always run ` gofmt -s -w file.go ` on each changed file before
You can’t perform that action at this time.
0 commit comments