mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-11 11:55:02 -05:00
25 lines
898 B
Plaintext
25 lines
898 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.
|
|
- Create scriptref/ articles. A lot of functionality that Simba exposes to the
|
|
Scripters is currently not documented.
|
|
- Write mmlref/ article (only for developers of Simba)
|
|
- Write tutorial?
|
|
- Fix up articles?
|
|
- Write about Simba Stable/Unstable.
|