We're always looking for people to help make SbManager even better, there are a number of ways to contribute.
Setup guides, FAQ, the more information we have the better.
- Visual Studio 2015
- HTML/Javascript editor of choice (Sublime Text/Webstorm/Atom/Visual Studio/etc)
- git
- Fork SbManager
- Clone (master branch)
- Compile in Visual Studio
- If you're adding a new, already requested feature, please comment on Github Issues so work is not duplicated (If you want to add something not already on there, please talk to us first)
- Rebase from SbManager's develop branch, don't merge
- Make meaningful commits, or squash them
- Feel free to make a pull request before work is complete, this will let us see where its at and make comments/suggest improvements
- Reach out to us on Gitter if you have any questions
- Add unit tests
- One feature/bug fix per pull request to keep things clean and easy to understand
- Use 4 spaces instead of tabs
- We'll try to respond to pull requests as soon as possible, if its been a day or two, please reach out to us, we may have missed it
- Each PR should come from its own branch
If you have any questions about any of this, please let us know.