Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.16 KB

CONTRIBUTING.md

File metadata and controls

28 lines (18 loc) · 1.16 KB

Contributing Guides

First of all, thank you for your effort to improve this action. This guide will help you regarding various aspects like putting issues, contributing a feature, etc.

Code of Conduct

This project and everyone participating in it is governed by the Code of Conduct. By participating, you are expected to uphold this code. Please read the full text so that you can read which actions may or may not be tolerated.


Before Submitting a Pull Request

Before submitting your pull request make sure the following requirements are fulfilled:

  • Fork the repository
  • Add project from render-dev folder
  • Install the recommended version of Unity
  • Create a branch from develop
  • Define consistent coding styles with EditorConfig
  • Change necessary code for bug fix, a new feature and format it
  • Make sure all are unit test passing

Reporting an issue

Before submitting an issue, you need to make sure:

  • Kindly provide an adequate description and a clear title
  • If possible, share a URL towards the repository in which action is failing