github.com/twilio/twilio-go@v1.20.1/ISSUE_TEMPLATE.md (about) 1 <!-- 2 If this is a feature request, make sure you search Issues for an existing request before creating a new one! 3 4 Please utilize the template below to help us resolve your issue. 5 6 Note that many issues can be resolved by updating to the latest version. 7 --> 8 9 ### Issue Summary 10 A summary of the issue and the environment in which it occurs. If suitable, include the steps required to reproduce the bug. Please feel free to include screenshots, screencasts, or code examples. 11 12 ### Steps to Reproduce 13 1. This is the first step 14 2. This is the second step 15 3. Further steps, etc. 16 17 ### Code Snippet 18 ```go 19 # paste code here 20 ``` 21 22 ### Exception/Log 23 ``` 24 # paste exception/log here 25 ``` 26 27 ### Technical details: 28 * twilio-go version: 29 * go version: 30