Skip to content

Commit

Permalink
Create PULL_REQUEST_TEMPLATE
Browse files Browse the repository at this point in the history
  • Loading branch information
pavjacko authored Apr 21, 2020
1 parent 9bc9c6a commit ba5b925
Showing 1 changed file with 86 additions and 0 deletions.
86 changes: 86 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE
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

0 comments on commit ba5b925

Please sign in to comment.