diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-09-21 18:11:51 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-09-21 18:11:51 +0200 |
| commit | a810d0248dd9f1099ce15809f8e1e75eedbff8e6 (patch) | |
| tree | 2eeebe5dbbe0e9005b89806a5b9a88d47f54ed1a /StoneIsland/plugins/cordova-plugin-advanced-http/.github/ISSUE_TEMPLATE | |
| parent | d906f7303e70adaa75523d8bfc5b46523ccfffa0 (diff) | |
plugins
Diffstat (limited to 'StoneIsland/plugins/cordova-plugin-advanced-http/.github/ISSUE_TEMPLATE')
3 files changed, 72 insertions, 0 deletions
diff --git a/StoneIsland/plugins/cordova-plugin-advanced-http/.github/ISSUE_TEMPLATE/--bug-report.md b/StoneIsland/plugins/cordova-plugin-advanced-http/.github/ISSUE_TEMPLATE/--bug-report.md new file mode 100644 index 00000000..bfa12087 --- /dev/null +++ b/StoneIsland/plugins/cordova-plugin-advanced-http/.github/ISSUE_TEMPLATE/--bug-report.md @@ -0,0 +1,33 @@ +--- +name: "\U0001F41BBug report" +about: Create a report to help us improve +title: "[Bug] [platform] your issue title" +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is and what you expected to happen. + +**System info** + - affected HTTP plugin version: [e.g. 2.1.1] + - affected platform(s) and version(s): [e.g. iOS 12.2] + - affected device(s): [e.g. iPhone 8] + - cordova version: [e.g. 6.5.0] + - cordova platform version(s): [e.g. android 7.0.0, browser 5.0.3] + +**Are you using ionic-native-wrapper?** + - ionic-native-wrapper version: [e.g. 5.8.0] + - did you check [ionic-native issue tracker](https://github.com/ionic-team/ionic-native/issues) for your problem? + +**Minimum viable code to reproduce** +If applicable, add formatted sample coding to help explain your problem. + +e.g.: +```js +cordova.plugin.http.setDataSerializer('urlencoded'); +``` + +**Screenshots** +If applicable, add screenshots to help explain your problem. diff --git a/StoneIsland/plugins/cordova-plugin-advanced-http/.github/ISSUE_TEMPLATE/--feature-request.md b/StoneIsland/plugins/cordova-plugin-advanced-http/.github/ISSUE_TEMPLATE/--feature-request.md new file mode 100644 index 00000000..1296c08a --- /dev/null +++ b/StoneIsland/plugins/cordova-plugin-advanced-http/.github/ISSUE_TEMPLATE/--feature-request.md @@ -0,0 +1,21 @@ +--- +name: "\U0001F680Feature request" +about: Suggest an idea for this project +title: "[Feature]" +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. e.g. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. If applicable, add formatted sample coding to help explain your idea. + +```js +// do some fancy stuff here +``` + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. diff --git a/StoneIsland/plugins/cordova-plugin-advanced-http/.github/ISSUE_TEMPLATE/--support-question.md b/StoneIsland/plugins/cordova-plugin-advanced-http/.github/ISSUE_TEMPLATE/--support-question.md new file mode 100644 index 00000000..4cd1f3a7 --- /dev/null +++ b/StoneIsland/plugins/cordova-plugin-advanced-http/.github/ISSUE_TEMPLATE/--support-question.md @@ -0,0 +1,18 @@ +--- +name: "\U0001F914Support question" +about: Ask the community +title: '' +labels: question +assignees: '' + +--- + +**You've got questions?** + +We primarily use GitHub as an issue tracker; for usage and support questions, please check out these resources below. Thanks! 😁 + +* README.md: https://github.com/silkimen/cordova-plugin-advanced-http/blob/master/README.md +* StackOverflow: https://stackoverflow.com/questions/tagged/cordova-plugin-advanced-http using the tag `cordova-plugin-advanced-http` +* Wiki: https://github.com/silkimen/cordova-plugin-advanced-http/wiki + +And don't forget: If you get help, help others. Good karma rulez! |
