## Contributing **Bug reports**, **feature requests**, and **pull requests** are all very welcome. Please use the [issue tracker](http://github.com/gitpitch/gitpitch/issues). ### General Support If you have general questions about GitPitch that are not answered by the [GitPitch How-To Wiki](https://github.com/gitpitch/gitpitch/wiki) then the best place to ask those questions is on [StackOverflow](http://stackoverflow.com/questions/tagged/gitpitch). ### Bug Reports When reporting a bug please make sure to include information about which browser and operating system you are on as well as the necessary steps to reproduce the issue. If possible please include a link to a sample GitPitch slideshow presentation where the bug can be reproduced. ### Pull Requests - Should follow the coding style of the file you work in - Should be made towards the **dev branch** - Should include tests to verify changes where possible