-
Notifications
You must be signed in to change notification settings - Fork 78
Contributing
Brian Broll edited this page Mar 20, 2016
·
1 revision
Pull Requests are welcome and appreciated. However, there are some guidelines if you want the PR to be accepted:
- Make an issue
- Use feature branches
- the naming convention is 185-unused-svg-dir where 185 is the issue number and the following is a short description.
- Follow the style
- tabs are 4 spaces
- strings are single quoted
- (using jshint should take care of the rest)
- If adding a custom visualizer, decorator, plugin, etc, use the webgme-cli
Intro
Development
Design Notes