# Contributing Guidelines ## For questions Read the [documentation](https://designfirst.io/systemruntime/documentation/docs/what-is-system-runtime.html) before to see if your questions has been answered in the documentation ## For issues Give the following informations related to your problem: - [ ] System Runtime version number (ex: *v1.9.9*) - [ ] If the problem occured client-side: your browser name and version (ex: *Safari Version 10.1.2*) - [ ] If the problem occured server-side: Node version (ex: *v8.2.1*) - [ ] You OS version (ex: *macOS 10.12.6*) - [ ] Steps to reproduce the problem ## For contributing to System Runtime codebase Follow these steps: 1. Read the System Runtime [Code of Conduct](CODE_OF_CONDUCT.md) 2. [Create an issue](https://github.com/design-first/system-runtime/issues) where you describe what you plan to do 3. Once the issue has been accepted, you can work on your branch for that issue 4. Once you have completed your task, create a pull request for a review. Remember that the build must succeed 5. Once review is done. The pull request will be merged