From c77c962de49b2f20a0dc3ae7ccdca110e9f1b01f Mon Sep 17 00:00:00 2001 From: Ted Hess Date: Sat, 29 Sep 2018 11:04:34 -0400 Subject: [PATCH] CONTRIBUTING.md: Update documentation links Signed-off-by: Ted Hess --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a32e6fb24b..75d8bc2dc2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,5 @@ # Contributing Guidelines -(See for overall format and construction) +Ref: for overall format and construction ### Basic guidelines @@ -41,8 +41,8 @@ All packages you commit or submit by pull-request should follow these simple gui * Have a useful description prefixed with the package name (E.g.: "foopkg: Add libzot dependency") -* Include Signed-off-by in the comment - (See ) +* Include Signed-off-by tag in the commit comments. + See: [Sign your work](https://openwrt.org/docs/guide-developer/submittingpatches-tomerge?s[]=sign#sign_your_work) ### Advice on pull requests: