Skip to content

Commit

Permalink
fills in issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
dthomasngrokker authored Aug 22, 2024
1 parent 7dabcb6 commit 927e480
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE/custom.md

This file was deleted.

35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/custom.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: SDK Issue Report
description: File an sdk issue report.

body:
- type: markdown
attributes:
value: |
Thank you for taking the time to fill out this sdk issue report!
- type: input
id: version
attributes:
label: SDK Version
description: What version of our SDK are you running?
placeholder: 3.14.1
validations:
required: true
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
value: "A bug happened!"
validations:
required: true
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
render: shell



0 comments on commit 927e480

Please sign in to comment.