Skip to content
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

Add Issue Templates #208

Merged
merged 2 commits into from
Jun 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Feature Request
about: Suggest a new feature or improvement for the Python SDK for Databricks.
title: "[FEATURE] "
labels: ''
assignees: ''

---

**Problem Statement**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Proposed Solution**
A clear and concise description of what you want to happen.

**Additional Context**
Add any other context, references or screenshots about the feature request here.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/sdk-issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: SDK Issue
about: Use this to report an issue with the Python SDK for Databricks.
title: "[ISSUE] "
labels: ''
assignees: ''

---

**Description**
A clear and concise description of what the bug is.

**Reproduction**
A minimal code sample demonstrating the bug.

**Expected behavior**
A clear and concise description of what you expected to happen.

**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.

**Other Information**
- OS: [e.g. macOS]
- Version: [e.g. 0.1.0]

**Additional context**
Add any other context about the problem here.