-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: small reorg of README, PR instructions and add info about docke…
…r images
- Loading branch information
Showing
2 changed files
with
78 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,16 @@ | ||
## Before creating your PR, execute the following command: | ||
Please ensure the following rules are applied when creating a PR: | ||
|
||
- Before creating your PR, execute the following command: | ||
```bash | ||
$> go vet | ||
$> go lint | ||
$> go fmt | ||
$> go build | ||
$> go test | ||
``` | ||
|
||
## PR source branches shall have the following name: feature/<PR_NAME> | ||
- PR source branches shall have the following name: ***feature/<PR_NAME>*** | ||
|
||
## PR destination branch shall be develop | ||
- 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. | ||
- Any PR not respecting those rules won’t be merge and will be closed after a few weeks if not updated. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters