Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 333 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

12 lines (9 loc) · 333 Bytes

Before creating your PR, execute the following command:

$> go vet $> go lint $> go fmt $> go build $> go test

PR source branches shall have the following name: feature/<PR_NAME>

PR destination branch shall be develop

Any PR not respecting those rules won't be merge and will be closed after a few weeks if not updated.