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 GitHub issue templates #925

Merged
merged 9 commits into from
Oct 30, 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
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/cli-issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: Bug report for the CLI
about: Use this to report an issue with the CLI.
title: ''
labels: CLI
---

shreyas-goenka marked this conversation as resolved.
Show resolved Hide resolved
### Describe the issue
A clear and concise description of what the issue is

### Steps to reproduce the behavior
Please list the steps required to reproduce the issue, for example:
1. Run `databricks clusters ...`
2. See error

### Expected Behavior
Clear and concise description of what should have happened

### Actual Behavior
Clear and concise description of what actually happened

### OS and CLI version
Please include the version of the CLI (eg: v0.1.2) and the operating system (eg: windows). You can run databricks --version to get the version of your Databricks CLI

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

### Debug Logs
Output logs if you run the command with debug logs enabled. Example: databricks clusters list --log-level=debug. Redact if needed
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: true
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/dabs-issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: Bug report for Databricks Asset Bundles
about: Use this to report an issue with Databricks Asset Bundles.
labels: DABs
title: ''
---

shreyas-goenka marked this conversation as resolved.
Show resolved Hide resolved
### Describe the issue
A clear and concise description of what the issue is

### Configuration
Please provide a minimal reproducible configuration for the issue

### Steps to reproduce the behavior
Please list the steps required to reproduce the issue, for example:
1. Run `databricks bundle deploy ...`
2. Run `databricks bundle run ...`
3. See error

### Expected Behavior
Clear and concise description of what should have happened

### Actual Behavior
Clear and concise description of what actually happened

### OS and CLI version
Please provide the version of the CLI (eg: v0.1.2) and the operating system (eg: windows). You can run databricks --version to get the version of your Databricks CLI

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

### Debug Logs
Output logs if you run the command with debug logs enabled. Example: databricks bundle deploy --log-level=debug. Redact if needed