diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..bf790e4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,40 @@ +--- +name: Bug Report +about: Create a bug report +title: '[BUG] Description' +labels: 'bug' +--- + +### Checklist + - [ ] Have you provided a description of the bug? + - [ ] Have you provided your Environment information? + - [ ] Have you provided a sample code snippet? + - [ ] Have you provided a stack trace? + - [ ] Have you outlined the expected behavior? + +### Description + + +### Environment Information + + - OS Version: _(e.g. Windows 10)_ + - SDK Version: _(e.g. 1.1.0)_ + - Environment: _(e.g. PHP 8.1)_ + +### Sample Code Snippet + +```php +// Sample Code Snippet +``` + +### Stack Trace + +```shell +# Stack Trace +``` + +### Expected Behavior + + +### Suggested Fix + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..9fcdc7b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Bandwidth Support + url: https://www.bandwidth.com/support/ + about: Current customers can create tickets for our Support Team here.