From ba5b925d91a37e256828ad3d62c3f0d104720310 Mon Sep 17 00:00:00 2001 From: Pavel Jacko Date: Tue, 21 Apr 2020 06:52:10 +0200 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE --- .github/PULL_REQUEST_TEMPLATE | 86 +++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE new file mode 100644 index 0000000000..e2a2dcf91d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE @@ -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