Skip to content

Commit 9a20452

Browse files
authored
chore(doc): add description of DCO requirement in contributing.md; remove specific version from Golang the required tool (#999)
1 parent 2224836 commit 9a20452

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/contributing/development.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Getting started to develop Argo CD Image Updater shouldn't be too hard. All that
66
is required is a simple build toolchain, consisting of:
77

8-
* Golang v1.14
8+
* Golang
99
* GNU make
1010
* Docker (for building images, optional)
1111
* Kustomize (for building K8s manifests, optional)
@@ -38,7 +38,10 @@ If you are running the cmd shell and are running into issues running `make all`,
3838
To send a pull request, simply fork the
3939
[GitHub repository](https://github.com/argoproj-labs/argocd-image-updater)
4040
to your GitHub account, create a new branch, commit & push your changes and then
41-
send the PR over for review.
41+
send the PR over for review. Changes should be
42+
[signed off](https://git-scm.com/docs/git-commit#Documentation/git-commit.txt--s)
43+
and committed with `-s` or `--signoff` options to meet
44+
[Developer Certificate of Origin](https://probot.github.io/apps/dco/) requirement.
4245

4346
When developing new features or fixing bugs, please make sure that your code is
4447
accompanied by appropriate unit tests. If you are fixing a bug, please also

0 commit comments

Comments
 (0)