You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/_dev-guide/chapter_5/section_7.md
+1
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ guidelines the following:
20
20
for syslog-ng. Please try to follow the existing conventions.
21
21
4. Always add a `Signed-off-by` tag to the end of **every** commit
22
22
message you submit.
23
+
Signing off on commits enables users to affirm that a commit complies with the rules and licensing of a repository. This, in the case of {{ site.product.short_name }}, means that you accept our coding and contribution standards described in the Contribution section, and accept that your code will be published with a `GPLv2` license.
23
24
5. Always create a separate branch for the pull request, forked off
24
25
from the appropriate {{ site.product.short_name }} branch.
25
26
6. If your patch should be applied to multiple branches, submit
0 commit comments