forked from flexn-io/renative
-
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
Showing
1 changed file
with
86 additions
and
0 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,86 @@ | ||
## Description | ||
|
||
- Describe the nature of the work / fix | ||
|
||
## Breaking Changes | ||
|
||
- PRs should not introduce breaking changes to existing functionality | ||
- if breaking change cannot be avoided it has to be introduced in 2 phases (release cycles of 0.x.0) | ||
- `0.x.0` Add new functionality + add `DEPRECATED` warning to existing fuctionality | ||
- `0.[x+1].0` Remove deprecated functionality | ||
|
||
## I have tested my changes on: | ||
|
||
ReNative project directly | ||
|
||
* [ ] ios simulator | ||
* [ ] ios device | ||
* [ ] android simulator | ||
* [ ] android device | ||
* [ ] web browser | ||
* [ ] web -e next browser | ||
* [ ] tvos simulator | ||
* [ ] tvos device | ||
* [ ] androidtv simulator | ||
* [ ] androidtv device | ||
* [ ] androidwear simulator | ||
* [ ] androidwear device | ||
* [ ] tizen simulator | ||
* [ ] tizen device | ||
* [ ] tizenmobile simulator | ||
* [ ] tizenwatch device | ||
* [ ] webos simulator | ||
* [ ] webos device | ||
* [ ] macos | ||
* [ ] windows | ||
* [ ] chromecast device | ||
|
||
New project | ||
|
||
* [ ] ios simulator | ||
* [ ] ios device | ||
* [ ] android simulator | ||
* [ ] android device | ||
* [ ] web browser | ||
* [ ] web -e next browser | ||
* [ ] tvos simulator | ||
* [ ] tvos device | ||
* [ ] androidtv simulator | ||
* [ ] androidtv device | ||
* [ ] androidwear simulator | ||
* [ ] androidwear device | ||
* [ ] tizen simulator | ||
* [ ] tizen device | ||
* [ ] tizenmobile simulator | ||
* [ ] tizenwatch device | ||
* [ ] webos simulator | ||
* [ ] webos device | ||
* [ ] macos | ||
* [ ] windows | ||
* [ ] chromecast device | ||
|
||
Existing Project created with previous version of renative | ||
|
||
ReNative project directly | ||
|
||
* [ ] ios simulator | ||
* [ ] ios device | ||
* [ ] android simulator | ||
* [ ] android device | ||
* [ ] web browser | ||
* [ ] web -e next browser | ||
* [ ] tvos simulator | ||
* [ ] tvos device | ||
* [ ] androidtv simulator | ||
* [ ] androidtv device | ||
* [ ] androidwear simulator | ||
* [ ] androidwear device | ||
* [ ] tizen simulator | ||
* [ ] tizen device | ||
* [ ] tizenmobile simulator | ||
* [ ] tizenwatch device | ||
* [ ] webos simulator | ||
* [ ] webos device | ||
* [ ] macos | ||
* [ ] windows | ||
* [ ] chromecast device |