summaryrefslogtreecommitdiff
path: root/StoneIsland/plugins/cordova-plugin-firebasex/.github
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/plugins/cordova-plugin-firebasex/.github')
-rw-r--r--StoneIsland/plugins/cordova-plugin-firebasex/.github/FUNDING.yml6
-rw-r--r--StoneIsland/plugins/cordova-plugin-firebasex/.github/ISSUE_TEMPLATE/bug_report.md125
-rw-r--r--StoneIsland/plugins/cordova-plugin-firebasex/.github/ISSUE_TEMPLATE/documentation-issue.md36
-rw-r--r--StoneIsland/plugins/cordova-plugin-firebasex/.github/ISSUE_TEMPLATE/feature_request.md43
-rw-r--r--StoneIsland/plugins/cordova-plugin-firebasex/.github/PULL_REQUEST_TEMPLATE.md37
5 files changed, 247 insertions, 0 deletions
diff --git a/StoneIsland/plugins/cordova-plugin-firebasex/.github/FUNDING.yml b/StoneIsland/plugins/cordova-plugin-firebasex/.github/FUNDING.yml
new file mode 100644
index 00000000..c3f3e5bf
--- /dev/null
+++ b/StoneIsland/plugins/cordova-plugin-firebasex/.github/FUNDING.yml
@@ -0,0 +1,6 @@
+# These are supported funding model platforms
+
+github: [ dpa99c ]
+custom: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZRD3W47HQ3EMJ&source=url
+patreon: dpa99c
+ko_fi: davealden \ No newline at end of file
diff --git a/StoneIsland/plugins/cordova-plugin-firebasex/.github/ISSUE_TEMPLATE/bug_report.md b/StoneIsland/plugins/cordova-plugin-firebasex/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 00000000..c16abb50
--- /dev/null
+++ b/StoneIsland/plugins/cordova-plugin-firebasex/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,125 @@
+---
+name: Bug report
+about: Report a problem
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+<!--
+IMPORTANT: PLEASE READ
+
+WARNING: Failure to follow the issue template guidelines below will result in the issue being immediately closed.
+-->
+
+<!-- Fill out the relevant sections below and delete irrelevant sections. -->
+
+# Bug report
+
+<!-- COMPLETE THIS CHECKLIST -->
+**CHECKLIST**
+- [ ] I have read the [issue reporting guidelines](https://github.com/dpa99c/cordova-plugin-firebasex#reporting-issues)
+
+- [ ] I confirm this is a suspected bug or issue that will affect other users
+<!-- i.e. this is not a request for support in using/integrating the plugin into your specific project -->
+
+- [ ] I have reproduced the issue using the [example project](https://github.com/dpa99c/cordova-plugin-firebasex-test) or provided the necessary information to reproduce the issue.
+<!-- necessary information e.g. exact steps, FCM notification message content, test case project repo -->
+
+- [ ] I have read [the documentation](https://github.com/dpa99c/cordova-plugin-firebasex) thoroughly and it does not help solve my issue.
+<!-- e.g. if you're having a build issue ensure you've read through the build environment notes -->
+
+- [ ] I have checked that no similar issues (open or closed) already exist.
+<!-- Duplicates or near-duplicates will be closed immediately. -->
+
+
+
+**Current behavior:**
+
+<!-- Describe how the bug manifests. -->
+
+<!-- Explain how you're sure there is an issue with this plugin rather than your own code:
+ - If this plugin has an example project, have you been able to reproduce the issue within it?
+ - Have you created a clean test Cordova project containing only this plugin to eliminate the potential for interference with other plugins/code?
+ -->
+
+**Expected behavior:**
+<!-- Describe what the behavior should be without the bug. -->
+
+**Steps to reproduce:**
+<!-- If you are able to illustrate the bug with an example, please provide steps to reproduce. -->
+
+**Screenshots**
+<!-- If applicable, add screenshots to help explain your problem. -->
+
+**Environment information**
+<!-- Please supply full details of your development environment including: -->
+- Cordova CLI version
+ - `cordova -v`
+- Cordova platform version
+ - `cordova platform ls`
+- Plugins & versions installed in project (including this plugin)
+ - `cordova plugin ls`
+- Dev machine OS and version, e.g.
+ - OSX
+ - `sw_vers`
+ - Windows 10
+ - `winver`
+
+_Runtime issue_
+- Device details
+ - _e.g. iPhone X, Samsung Galaxy S8, iPhone X Simulator, Pixel XL Emulator_
+- OS details
+ - _e.g. iOS 12.2, Android 9.0_
+
+_Android build issue:_
+- Node JS version
+ - `node -v`
+- Gradle version
+ - `ls platforms/android/.gradle`
+- Target Android SDK version
+ - `android:targetSdkVersion` in `AndroidManifest.xml`
+- Android SDK details
+ - `sdkmanager --list | sed -e '/Available Packages/q'`
+
+_iOS build issue:_
+- Node JS version
+ - `node -v`
+- XCode version
+
+
+**Related code:**
+```
+insert any relevant code here such as plugin API calls / input parameters
+```
+
+**Console output**
+<details>
+<summary>console output</summary>
+
+```
+
+// Paste any relevant JS/native console output here
+
+```
+
+</details><br/><br/>
+
+**Other information:**
+
+<!-- List any other information that is relevant to your issue. Stack traces, related issues, suggestions on how to fix, Stack Overflow links, forum links, etc. -->
+
+
+
+
+
+<!--
+A POLITE REMINDER
+
+- This is free, open-source software.
+- Although the author makes every effort to maintain it, no guarantees are made as to the quality or reliability, and reported issues will be addressed if and when the author has time.
+- Help/support will not be given by the author, so forums (e.g. Ionic) or Stack Overflow should be used. Any issues requesting help/support will be closed immediately.
+- If you have urgent need of a bug fix/feature, the author can be engaged for PAID contract work to do so: please contact dave@workingedge.co.uk
+- Rude or abusive comments/issues will not be tolerated, nor will opening multiple issues if those previously closed are deemed unsuitable. Any of the above will result in you being BANNED from ALL of my Github repositories.
+-->
diff --git a/StoneIsland/plugins/cordova-plugin-firebasex/.github/ISSUE_TEMPLATE/documentation-issue.md b/StoneIsland/plugins/cordova-plugin-firebasex/.github/ISSUE_TEMPLATE/documentation-issue.md
new file mode 100644
index 00000000..f8d8d819
--- /dev/null
+++ b/StoneIsland/plugins/cordova-plugin-firebasex/.github/ISSUE_TEMPLATE/documentation-issue.md
@@ -0,0 +1,36 @@
+---
+name: Documentation issue
+about: Describe an issue with the documentation
+title: ''
+labels: ''
+assignees: ''
+
+---
+<!--
+WARNING: Failure to follow the issue template guidelines below will result in the issue being immediately closed.
+
+Only documentation issues should be opened here.
+
+Before opening an issue, please read [Reporting issues](https://github.com/dpa99c/cordova-plugin-firebasex#reporting-issues)
+-->
+
+
+# Documentation issue
+<!--
+Describe the issue with the documentation or the request for documentation changes.
+- Please give reasons why the change is necessary.
+- If the change is trivial or you are able to make it, please consider making a Pull Request containing the necessary changes.
+-->
+
+
+
+
+<!--
+A POLITE REMINDER
+
+- This is free, open-source software.
+- Although the author makes every effort to maintain it, no guarantees are made as to the quality or reliability, and reported issues will be addressed if and when the author has time.
+- Help/support will not be given by the author, so forums (e.g. Ionic) or Stack Overflow should be used. Any issues requesting help/support will be closed immediately.
+- If you have urgent need of a bug fix/feature, the author can be engaged for PAID contract work to do so: please contact dave@workingedge.co.uk
+- Rude or abusive comments/issues will not be tolerated, nor will opening multiple issues if those previously closed are deemed unsuitable. Any of the above will result in you being BANNED from ALL of my Github repositories.
+-->
diff --git a/StoneIsland/plugins/cordova-plugin-firebasex/.github/ISSUE_TEMPLATE/feature_request.md b/StoneIsland/plugins/cordova-plugin-firebasex/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 00000000..539d7766
--- /dev/null
+++ b/StoneIsland/plugins/cordova-plugin-firebasex/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,43 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+title: ''
+labels: ''
+assignees: ''
+
+---
+<!--
+WARNING: Failure to follow the issue template guidelines below will result in the issue being immediately closed.
+
+Only feature requests should be opened here.
+
+Before opening an issue, please read [Reporting issues](https://github.com/dpa99c/cordova-plugin-firebasex#reporting-issues)
+
+-->
+
+
+# Feature request
+<!--
+Feature requests should include as much detail as possible:
+
+- A descriptive title
+- A description of the problem you're trying to solve, including why you think this is a problem
+- An overview of the suggested solution
+- Use case: why should this be implemented?
+- If the feature changes current behavior, reasons why your solution is better
+- Relevant links, e.g.
+ - Stack Overflow post illustrating a solution
+ - Code within a Github repo that illustrates a solution
+ - Native API documentation for proposed feature
+-->
+
+
+<!--
+A POLITE REMINDER
+
+- This is free, open-source software.
+- Although the author makes every effort to maintain it, no guarantees are made as to the quality or reliability, and reported issues will be addressed if and when the author has time.
+- Help/support will not be given by the author, so forums (e.g. Ionic) or Stack Overflow should be used. Any issues requesting help/support will be closed immediately.
+- If you have urgent need of a bug fix/feature, the author can be engaged for PAID contract work to do so: please contact dave@workingedge.co.uk
+- Rude or abusive comments/issues will not be tolerated, nor will opening multiple issues if those previously closed are deemed unsuitable. Any of the above will result in you being BANNED from ALL of my Github repositories.
+-->
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