Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 755 Bytes

File metadata and controls

27 lines (18 loc) · 755 Bytes

Contributing to workflow-vscode

This project is part of the GoCodeAlone/workflow ecosystem.

Before contributing

Read the upstream CONTRIBUTING.md for general conventions, signing, and review expectations.

Local development

git clone https://github.com/GoCodeAlone/workflow-vscode.git
cd workflow-vscode
GOWORK=off go build ./...
GOWORK=off go test ./...

Pull requests

  • One feature or bugfix per PR.
  • Update CHANGELOG.md with a Keep-a-Changelog entry.
  • Add tests covering new behavior.
  • Run GOWORK=off go vet ./... before pushing.

Reporting issues

See the issue templates under .github/ISSUE_TEMPLATE/.