diff options
author | Cem Keylan <cem@ckyln.com> | 2020-09-14 12:35:06 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-09-14 12:35:06 +0300 |
commit | fdebe8e585426ec55012108bcb16a2f16b044bd8 (patch) | |
tree | 1ce0e6b29f3aab2bd68e086efb1329260cec842e | |
parent | 94050ccb84b5989fec4e291457152e3b2ac5d309 (diff) | |
download | docs-fdebe8e585426ec55012108bcb16a2f16b044bd8.tar.gz |
contribution: change sectioning
-rw-r--r-- | contribution.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contribution.texi b/contribution.texi index 9a6baca..82c72f0 100644 --- a/contribution.texi +++ b/contribution.texi @@ -10,7 +10,8 @@ throughout the repositories, one must adhere to these guidelines. Exceptions and changes may occur with good reasoning. @node Conventions -@section General Conventions -- 00 +@section Conventions +@subsection General Conventions -- 00 These apply to each and every file on the repositories. @@ -36,7 +37,7 @@ your code goes here # Avoid this way of commenting. @end itemize @end itemize -@section Shell Conventions -- 10 +@subsection Shell Conventions -- 10 Shell is central to Carbs Linux projects. Most of the tools and packages are written in POSIX sh. |