Skip to content

Commit

Permalink
Add regression question to issue template (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-goenka authored Oct 26, 2023
1 parent 5b68d71 commit 2401940
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/sdk-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ A minimal code sample demonstrating the bug.
**Expected behavior**
A clear and concise description of what you expected to happen.

**Is it a regression?**
Did this work in a previous version of the SDK? If so, which versions did you try?

**Debug Logs**
The SDK logs helpful debugging information when debug logging is enabled. Set the log level to debug by adding `logging.basicConfig(level=logging.DEBUG)` to your program, and include the logs here.

Expand Down

0 comments on commit 2401940

Please sign in to comment.