## How to contribute First of all, thank you for taking the time to contribute to this project. We've tried to make a stable project and try to fix bugs and add new features continuously. You can help us do more. Before you start, read the **[README.md](https://github.com/openbroadcaster/observer/blob/main/README.MD)** file for info on the project and how to set it up. ## Finding first issue Go to [issues tab](https://github.com/openbroadcaster/observer/issues) and look for *✏️ `good first issue`* - it is a label for tasks that are perfect for people who want to start with OBServer. ## Reporting issues 1. Check if problem already exist in the [issues tab](https://github.com/openbroadcaster/observer/issues) 2. If not, create new [issue](https://github.com/openbroadcaster/observer/issues/new/choose) 3. Click Submit new issue ### Guidance * Include screenshots or animated GIF * Use a clear and descriptive title * Provide OS and browser version ## Writing some code! Contributing to a project on Github is pretty straight forward. If this is you're first time, these are the steps you should take. - Fork this repo. And that's it! Read the code available and apply your changes according to the issue you're working on! You're change should not break the existing code and should pass the tests. ## Contributor Instructions There are some basic development guidelines which you need to follow if you like to contribute to OpenBroadcaster Server. [Code Style Guide](https://github.com/openbroadcaster/observer/blob/main/docs/StyleGuide.md) [User Interface](https://github.com/openbroadcaster/observer/blob/main/docs/UserInterface.md) [Language Support](https://github.com/openbroadcaster/observer/blob/main/docs/LanguageSupport.md) [Modules](https://github.com/openbroadcaster/observer/blob/main/docs/Modules.md) [Tools](https://github.com/openbroadcaster/observer/blob/main/docs/Tools.md)