Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 872 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (9 loc) · 872 Bytes

Contributing to the project

We're happy to allow you to contribute in our project to improve the codebase, fix bugs and develop new features. You can either participate by reporting an issue or by implementing it yourself and submitting a pull request! You'll find below how to create a pull request.

Prerequisites

Visual Studio 2017+ is required for development.

Creating Pull Request

  • Fork the repository and clone it locally.
  • Create your own branch off develop. If it's a bug please name it bug/bugfixname, if it's a feature - feature/featurename
  • Implement the change and tests. Please follow conventions from the existing codebase. If you think that something can be done better, don't hesitate to propose that change. Make sure to create separate pull requests for every change you want to implement.
  • Push the fork and create a pull request.