diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2015-12-15 14:37:46 +0200 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2015-12-15 14:40:51 +0200 |
commit | ff2f536dd1473da59ae968e6294c6813d1093c58 (patch) | |
tree | f6e1be1c9248aedccb36e3277b4e476a778da250 /CONTRIBUTING.md | |
parent | 63155e99325d2f7b57eee99496648e7a3cf6c14b (diff) |
CONTRIBUTING.md: clarify signed-off-by advice
Clarify the signed-off-by advice in CONTRIBUTING.md.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a392ade0c..e4edf0c15 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ Regardless of whether you send a patch or open a pull request, please try to fol * Have a useful subject prefixed with the component name (E.g.: "luci-mod-admin-full: fix wifi channel selection on multiple STA networks") * Shortly explain the changes made and - if applicable - the reasoning behind them -* Include Signed-off-by in the comment +* Commit message of each commit should include a Signed-off-by line (See <https://dev.openwrt.org/wiki/SubmittingPatches#a10.Signyourwork>) In case you like to send patches by mail, please use the [LuCI mailinglist](https://lists.subsignal.org/mailman/listinfo/luci) |