Skip to content

Commit a415d46

Browse files
Merge pull request #313 from harshad16/template-inclusion
chores: Included template for issues creation
2 parents b42e581 + ac42282 commit a415d46

File tree

4 files changed

+62
-0
lines changed

4 files changed

+62
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: Bug report
3+
about: Tell us about a problem you are experiencing
4+
labels: 'kind/bug'
5+
---
6+
7+
**What steps did you take and what happened:**
8+
[A clear and concise description of what the bug is.]
9+
10+
11+
**What did you expect to happen:**
12+
13+
14+
**Anything else you would like to add:**
15+
[Miscellaneous information that will assist in solving the issue.]
16+
17+
18+
**Environment:**
19+
20+
- OpenDatahub Version: (please check the operator version)
21+
- Workbench: (all, data-science, etc)
22+
- Workbench Version: (2023.1, etc)
23+
- Specific tool: (jupyterlab, rstudio, vscode, elyra-pipelines,etc)
24+
- Notebook-Controller Version: (please check the image version in notebook-controller deployment)
25+
26+
**Logs/Screenshots**
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Feature enhancement request
3+
about: Suggest an idea for this project
4+
labels: 'kind/enhancement'
5+
---
6+
7+
**Why you need this feature:**
8+
[Is your feature request related to a problem? Please describe in details]
9+
10+
11+
**Describe the solution you'd like:**
12+
[A clear and concise description of what you want to happen.]
13+
14+
15+
**Anything else you would like to add:**
16+
[Miscellaneous information that will assist in solving the issue.]

.github/ISSUE_TEMPLATE/questions.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: Questions about this project
3+
about: Ask whatever you want to know or confusion about this project
4+
labels: 'kind/question'
5+
---
6+
7+
**Question:**
8+
[You can ask any question about this project.]
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: Sprint release
3+
about: Create a new sprint release
4+
title: Sprint release
5+
labels: 'Tracker,kind/documentation,area/release-eng'
6+
---
7+
8+
Hello, Workbench Devs!
9+
10+
This Issue would be used for the current sprint cycle release.
11+
By the end of the sprint cycle, we will consolidate the information of features and fixes in this issue.
12+

0 commit comments

Comments
 (0)