First use node-caspar-cg. If you have problems, find a bug, or have a feature suggestion submit an issue. Give as many details as you can and post any relevent code.
- Fork the repo
- Pick an issue to work on and make a topic branch
- Test your changes
- Submit a pull request
- Jump to step 2
- 1 tab indenting, no spaces
- no trailing whitespace
- blank lines should be blank
- follow the conventions you see in existing files
- declare variables in the proper scope
- use descriptive variables and function names