Skip to content
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
47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
name: Bug report
about: Create a report to help us improve
title: "[Bug] <Title>"
labels: bug
assignees: ''

---

## Description

<!-- Short description of the problem here. -->

## Context

<!-- How has this bug affected you? What were you trying to accomplish? -->

## Steps to Reproduce

<!-- 1. [First Step]
2. [Second Step]
3. [And so on...] -->

## Expected Result

<!-- Tell us what should happen. -->

## Actual Result

<!-- Tell us what happens instead. -->

```
-- If you received an error, place it here.
```

```
-- Separate them if you have more than one.
```

## Your Environment

<!-- Include as many relevant details about the environment in which you experienced the bug: -->

* publish-kedro-viz version used:
* Kedro Project dependencies (Optional):
* Python version used (`python -V`):
* Operating system and version:
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[Feature] <Title>"
labels: enhancement
assignees: ''

---

## Description
<!-- Is your feature request related to a problem? A clear and concise description of what the problem is: "I'm always frustrated when ..." -->

## Context
<!-- Why is this change important to you? How would you use it? How can it benefit other users? -->

## Possible Implementation
<!-- (Optional) Suggest an idea for implementing the addition or change. -->

## Possible Alternatives
<!-- (Optional) Describe any alternative solutions or features you've considered. -->