diff options
author | Jingming Niu <niu@jingming.ca> | 2016-11-27 15:06:08 -0800 |
---|---|---|
committer | Jingming Niu <niu@jingming.ca> | 2016-11-27 15:06:08 -0800 |
commit | 7e6ad04069c9c01f8af3666c04275d3a7baa619c (patch) | |
tree | 3ed0b1f064030c363c75c922421d0e8d293b3d52 | |
parent | 31cc7368266a89f4e2f6ad68589b52673a0ec46e (diff) | |
download | twilio-php-master.zip twilio-php-master.tar.gz twilio-php-master.tar.bz2 |
Add issue templateHEADorigin/masterorigin/HEADmaster
-rw-r--r-- | ISSUE_TEMPLATE.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..9809956 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,24 @@ +*Note: These issues are for bugs and feature requests for the helper libraries. If you need help or support, please email help@twilio.com and one of our experts will assist you!* + + +**Version:** +**API Subdomain (api/taskrouter/ip_messaging):** + +### Code Snippet +```php +# paste code here +``` + +### Exception / Log +``` +<place exception / log here> +``` + +### Steps to Reproduce +1. +2. +3. + + +### Feature Request +_If this is a feature request, make sure you search Issues for an existing request before creating a new one!_ |