From 7e4ab29cd3de11f51e8aa573c55b2c5155733511 Mon Sep 17 00:00:00 2001 From: happyso Date: Wed, 30 Aug 2023 20:02:51 +0900 Subject: [PATCH] docs: moved the policy regarding commits from when it was running locally to the contributor page (#11701) --- docs/CONTRIBUTING.md | 4 ++++ docs/running-locally.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 43a77f8d8a2f..4121ee73fcca 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -35,6 +35,10 @@ We're always looking for contributors. To run Argo Workflows locally for development: [running locally](running-locally.md). +### Committing + +See the [Committing Guidelines](running-locally.md#committing). + ### Dependencies Dependencies increase the risk of security issues and have on-going maintenance costs. diff --git a/docs/running-locally.md b/docs/running-locally.md index 97eb4dd784ef..a48d6923fd33 100644 --- a/docs/running-locally.md +++ b/docs/running-locally.md @@ -206,7 +206,7 @@ make pre-commit -B Please do the following when creating your PR: -* Sign-off your commits. +* [Sign-off](https://probot.github.io/apps/dco) your commits. * Use [Conventional Commit messages](https://www.conventionalcommits.org/en/v1.0.0/). * Suffix the issue number.