Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.08 KB

CONTRIBUTING.md

File metadata and controls

25 lines (17 loc) · 1.08 KB

Contributing Guidelines

For questions

Read the documentation 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
  2. Create an issue 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