diff options
-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!_ |