File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,9 +2,25 @@ Governance
22==========
33
44The official governance documents for the RIT Linux Users Group. All
5- work is open-source and suggestions to improve these documents is
5+ work is open-source and suggestions to improve these documents are
66welcome.
77
8+ Don't be put off if you don't know LaTeX! These documents are not complicated
9+ and you can easily figure out what's going on from the source code. Here's
10+ a quick crash course for what you'll find here:
11+
12+ ```
13+ \section{ $name } // Define a new section with the name $name.
14+ \subsection{ $name } // Define a new subsection with the name $name
15+ \begin{subroutines} // Start a new list of items in the section
16+ \item item text // create an item in the section
17+ \end{subroutines} // end the list
18+ ```
19+
20+
21+ There you go! That's all you'll need to contribute. Make sure to also take
22+ a look at the compiling and requirements sections.
23+
824All changes to the constitution are required to be submitted to the clubs
925office for approval, so actual acceptance of changes may lag a bit. When
1026new versions of these policies are accepted, they should be printed and
You can’t perform that action at this time.
0 commit comments