File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ This project is mainly written in Golang. To contribute code,
19194. Clone the project: `git clone https://github.com/[YOUR_USERNAME]/devspace && cd devspace`
20205. Run `go clean -modcache`
21216. Run `go mod vendor` to install the dependencies
22- 7. Make changes to the code (add new dependencies to the Gopkg.toml)
23- 8. Build the project, e.g. via `go build -o devspace.exe`
24- 9. Make changes
25- 10. Run tests: `go test ./... `
22+ 7. Build the project, e.g. via `go build -o devspace.exe`
23+ 8. Make changes
24+ 9. Run unit tests: `./hack/coverage.bash`
25+ 10. Run E2E tests: `cd e2e/ && go test -v -ginkgo.v `
262611. Format your code: `go fmt ./...`
27- 12. Commit changes
27+ 12. Commit changes *([Please refer the commit message conventions](https://www.conventionalcommits.org/en/v1.0.0/))*
282813. Push commits
292914. Open pull request
3030
You can’t perform that action at this time.
0 commit comments