Skip to content

Commit d3e024f

Browse files
Update issue templates
1 parent 8aacff6 commit d3e024f

File tree

2 files changed

+67
-0
lines changed

2 files changed

+67
-0
lines changed
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: "[Bug] <Title>"
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
## Description
11+
12+
<!-- Short description of the problem here. -->
13+
14+
## Context
15+
16+
<!-- How has this bug affected you? What were you trying to accomplish? -->
17+
18+
## Steps to Reproduce
19+
20+
<!-- 1. [First Step]
21+
2. [Second Step]
22+
3. [And so on...] -->
23+
24+
## Expected Result
25+
26+
<!-- Tell us what should happen. -->
27+
28+
## Actual Result
29+
30+
<!-- Tell us what happens instead. -->
31+
32+
```
33+
-- If you received an error, place it here.
34+
```
35+
36+
```
37+
-- Separate them if you have more than one.
38+
```
39+
40+
## Your Environment
41+
42+
<!-- Include as many relevant details about the environment in which you experienced the bug: -->
43+
44+
* publish-kedro-viz version used:
45+
* Kedro Project dependencies (Optional):
46+
* Python version used (`python -V`):
47+
* Operating system and version:
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: "[Feature] <Title>"
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
## Description
11+
<!-- Is your feature request related to a problem? A clear and concise description of what the problem is: "I'm always frustrated when ..." -->
12+
13+
## Context
14+
<!-- Why is this change important to you? How would you use it? How can it benefit other users? -->
15+
16+
## Possible Implementation
17+
<!-- (Optional) Suggest an idea for implementing the addition or change. -->
18+
19+
## Possible Alternatives
20+
<!-- (Optional) Describe any alternative solutions or features you've considered. -->

0 commit comments

Comments
 (0)