diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-08-31 23:07:20 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-08-31 23:07:20 +0200 |
| commit | 22721a013bdd10d5eb395ba18453585f5f3f1f7f (patch) | |
| tree | 5a920e31d6026ed5dc55265e5fd057febccc50e3 /StoneIsland/plugins/cordova-plugin-firebasex/.github/PULL_REQUEST_TEMPLATE.md | |
| parent | d22d51a1ae49680015326857360eb699f31efced (diff) | |
rebuild the ios platform and the plugins
Diffstat (limited to 'StoneIsland/plugins/cordova-plugin-firebasex/.github/PULL_REQUEST_TEMPLATE.md')
| -rw-r--r-- | StoneIsland/plugins/cordova-plugin-firebasex/.github/PULL_REQUEST_TEMPLATE.md | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/StoneIsland/plugins/cordova-plugin-firebasex/.github/PULL_REQUEST_TEMPLATE.md b/StoneIsland/plugins/cordova-plugin-firebasex/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..fa6ad932 --- /dev/null +++ b/StoneIsland/plugins/cordova-plugin-firebasex/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,37 @@ +## PR Type +What kind of change does this PR introduce? + +<!-- Please check the one that applies to this PR using "x". --> +- [ ] Bugfix +- [ ] Feature +- [ ] Code style update (formatting, local variables) +- [ ] Refactoring (no functional changes, no api changes) +- [ ] Documentation changes +- [ ] Other... Please describe: + +<!-- Fill out the relevant sections below and delete irrelevant sections. --> + +## PR Checklist +For bug fixes / features, please check if your PR fulfills the following requirements: + +- [ ] Testing has been carried out for the changes have been added +- [ ] Regression testing has been carried out for existing functionality +- [ ] Docs have been added / updated + +## What is the purpose of this PR? +<!-- Describe any current behavior that you are modifying, or link to a relevant issue. --> +<!-- Describe the new behaviour added/modified and its purpose. --> + +## Does this PR introduce a breaking change? +- [ ] Yes +- [ ] No + +<!-- If this PR contains a breaking change, please describe the impact and migration path for existing plugin versions. --> + +## What testing has been done on the changes in the PR? +<!-- e.g. if an example project exists for this plugin, has it been updated to test the new functionality? --> + +## What testing has been done on existing functionality? +<!-- e.g. if an example project exists for this plugin, has been it been tested to ensure no regression bugs have been introduced? --> + +## Other information
\ No newline at end of file |
