This commit is contained in:
Mathieu Rivest 2019-07-17 09:49:44 -04:00
Родитель c8b4ff9fa7
Коммит 38b64782f5
3 изменённых файлов: 14 добавлений и 1 удалений

Просмотреть файл

@ -4,8 +4,12 @@ All notable changes to this package 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).
## [1.1.0-preview.2] - 2019-07-12
- Added contribution guidelines
## [1.1.0-preview.1] - 2019-05-28
- Fixed main camera issue
## [1.0.0-preview.5] - 2019-04-05
- Changed documentation

9
CONTRIBUTING.md Normal file
Просмотреть файл

@ -0,0 +1,9 @@
# Contributing
## If you are interested in contributing, here are some ground rules:
* ... Define guidelines & rules for what contributors need to know to successfully make Pull requests against your repo ...
## 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.
## Once you have a change ready following these ground rules. Simply make a pull request

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "com.unity.immediate-window",
"displayName": "Immediate Window",
"version": "1.1.0-preview.1",
"version": "1.1.0-preview.2",
"unity": "2019.2",
"description": "The Immediate Window provides a way to rapidly edit and debug code. It is not a full development environment, instead it is to be used for API discovery and rapid prototyping.",
"author": {"name": "Unity Technologies", "email": "mathieur@unity3d.com", "url": ""},