forked from phonegap/phonegap-plugin-push
-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: update various markdown docs (#28)
* doc(contributing): improve text & formatting * chore(issue-templates): update & improve * docs(contributing): apply markdown format
- Loading branch information
Showing
4 changed files
with
143 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
name: 🐛 Bug Report | ||
about: If something isn't working as expected. | ||
|
||
--- | ||
|
||
# Bug Report | ||
|
||
## Expected Behaviour | ||
|
||
## Actual Behaviour | ||
|
||
## Reproduce Scenario (including but not limited to) | ||
|
||
### Steps to Reproduce | ||
|
||
### Platform and Version (eg. Android 5.0 or iOS 9.2.1) | ||
|
||
### (Android) Device Vendor (e.g. Samsung, HTC, Sony...) | ||
|
||
### `cordova info` Printout | ||
|
||
<!-- | ||
Please attach the full `cordova info` print out. | ||
This printoput contains all the necessary information for debugging. | ||
The information it provides: | ||
* Versions of the Cordova Packages | ||
* Project Installed Platforms & Versions | ||
* Project Installed Plugins & Versions | ||
* Development Environment Information | ||
* <Platform> Environment Information | ||
* Project Setting Files (config.xml and package.json) | ||
--> | ||
|
||
### Sample Push Data Payload | ||
|
||
### Sample Code that illustrates the problem | ||
|
||
### Logs taken while reproducing problem |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
name: 🚀 Feature Request | ||
about: A suggestion for a new functionality | ||
|
||
--- | ||
|
||
# Feature Request | ||
|
||
## Motivation Behind Feature | ||
|
||
<!-- Why should this feature be implemented? What problem does it solve? --> | ||
|
||
## Feature Description | ||
|
||
<!-- Describe the feature in detail. Include if possible, code examples, screenshots, drawback, potential breaks. --> | ||
|
||
## Alternatives or Workarounds | ||
|
||
<!-- List alternatives or workarounds you are currently using to support this feature in your project. --> |