-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f4e929e
commit 044c1cc
Showing
2 changed files
with
32 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# 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](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please read the [full text](CODE_OF_CONDUCT.md) 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](render-dev) folder | ||
- Install the recommended version of [Unity](https://unity.com/) | ||
- Create a branch from `develop` | ||
- Define consistent coding styles with [EditorConfig](render-dev/.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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters