Contributing
First of all: Thank you! We really appreciate your efforts to make 1build better ❤️
Create or find an issue you would like to implement:
issues with the label
help wanted
are ready to be picked up and implementedreview the existing issues and ensure that you are not going to create a duplicate
create your issue and wait for comments from maintainers
once the issue is discussed and assigned to you – feel free to implement
Developing 1build
Prepare project (Install GoLang 1.9.x)
git clone https://github.com/gopinath-langote/1build cd 1build go get -u github.com/golang/dep/cmd/dep dep ensure
Make sure that all the existing tests are passed, extend tests if needed
go test -v -cover github.com/gopinath-langote/1build/testing -run .
Project uses major library to build app - cobra
Update necessary documents if needed – Readme etc.
Submit pull request
Make sure all the checks are passing
Wait for maintainers to review the code
Thanks for you contribution 😄
Last updated
Was this helpful?