mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-11 11:55:02 -05:00
19 lines
637 B
Plaintext
19 lines
637 B
Plaintext
# Change a minus to a plus when something is being worked on.
|
|
# Remove it when you are done.
|
|
|
|
# GENERAL
|
|
|
|
- Run spellcheck before you commit (make sure you ignore section names
|
|
and the like).
|
|
- Remove small/extraneous pages (merge them as a section with another or
|
|
mark that you will add stuff to them).
|
|
- Create some conventions. Capitalize Simba whenever it occurs, and pick
|
|
either color or colour (it'd probably be best to use color, as the code
|
|
seems to use it).
|
|
- Find stuff to add to this list.
|
|
|
|
# ADDING CONTENT
|
|
|
|
- Create a list of Simba Extensions. If the extension has a doc on it's own,
|
|
dont forget to link to it.
|