From 2aa588dbfaa7be4de5f6f4d0a3e60c584371f6cb Mon Sep 17 00:00:00 2001 From: Cameron Koegel Date: Wed, 23 Feb 2022 15:01:15 -0500 Subject: [PATCH] DX-2441 Add Issue Template --- .github/ISSUE_TEMPLATE/bug_report.md | 40 ++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 ++++ 2 files changed, 45 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml 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.