Skip to content

Commit 24df067

Browse files
committed
enhancement: update contribution guide
1 parent 64fc823 commit 24df067

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ This project is mainly written in Golang. To contribute code,
1919
4. Clone the project: `git clone https://github.com/[YOUR_USERNAME]/devspace && cd devspace`
2020
5. Run `go clean -modcache`
2121
6. 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`
2626
11. 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/))*
2828
13. Push commits
2929
14. Open pull request
3030

0 commit comments

Comments
 (0)