35 lines
1.0 KiB
Markdown
35 lines
1.0 KiB
Markdown
# Contributing
|
|
|
|
## All contributions are subject to the [Unity Contribution Agreement(UCA)](https://unity3d.com/legal/licenses/Unity_Contribution_Agreement)
|
|
By making a pull request, you are confirming agreement to the terms and conditions of the UCA, including that your Contributions are your original creation and that you have complete right and authority to make your Contributions.
|
|
|
|
## Pull Requests
|
|
|
|
Please include an entry to the changelog for any PR, along with a Fogbugz ticket number if applicable.
|
|
|
|
New logs should be placed under the `## [Unreleased]` header at the top of the changelog.
|
|
|
|
Ex:
|
|
|
|
```
|
|
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
|
|
## [Unreleased]
|
|
|
|
## Features
|
|
|
|
- Added some neat new feature.
|
|
|
|
## Changes
|
|
|
|
- [case: 1203585] Removed `Custom Shape` option from the `Shape Editor` window.
|
|
|
|
## [4.3.0-preview.2] - 2020-01-15
|
|
|
|
etc.
|
|
``` |