-
Notifications
You must be signed in to change notification settings - Fork 12
DX-2441 Add Issue Template #44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
ace7aa6
DX-2441 Add Issue Template
ckoegel 3a76376
checklist formatting
ckoegel f1a70e7
add code blocks and italicize versions
ckoegel a2aacf7
Add language and comment to code block
ckoegel 25cb377
change code block comments
ckoegel a08bcf4
Apply suggestions from code review
ckoegel 9e1f3de
Update .github/ISSUE_TEMPLATE/config.yml
ckoegel c307a49
Update .github/ISSUE_TEMPLATE/config.yml
ckoegel 2a660b1
add newline at eof
ckoegel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
<!-- Please provide a clear and concise description of the bug. --> | ||
|
||
### Environment Information | ||
<!-- Please provide the version of the OS, SDK, and Environment you are experiencing the bug in. --> | ||
- OS Version: _(e.g. Windows 10)_ | ||
- SDK Version: _(e.g. 1.1.0)_ | ||
- Environment: _(e.g. Ruby 3.1.0)_ | ||
|
||
### Sample Code Snippet | ||
<!-- Please provide a code snippet that produces or is relevant to the bug. --> | ||
```ruby | ||
# Sample Code Snippet | ||
``` | ||
|
||
### Stack Trace | ||
<!-- Please provide the stack trace that shows the bug. --> | ||
```shell | ||
# Stack Trace | ||
``` | ||
|
||
### Expected Behavior | ||
<!-- Please outline the expected behavior of the SDK. --> | ||
|
||
### Suggested Fix | ||
<!-- If you have a fix or a suggestion for how this bug may be resolved, describe it here. --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.