UNPKG

574 BMarkdownView Raw
1# How to contribute
2
3First 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.
4
5## Making Changes
6
71. Fork the repo
82. Pick an issue to work on and make a topic branch
93. Test your changes
104. Submit a pull request
115. Jump to step 2
12
13## Syntax
14
15* 1 tab indenting, no spaces
16* no trailing whitespace
17 * blank lines should be blank
18* follow the conventions you see in existing files
19* declare variables in the proper scope
20* use descriptive variables and function names
\No newline at end of file