Skip to content

Commit

Permalink
chores: Included template for issues creation
Browse files Browse the repository at this point in the history
Signed-off-by: Harshad Reddy Nalla <[email protected]>
  • Loading branch information
harshad16 committed Nov 7, 2023
1 parent 1162813 commit 9d400ea
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Bug report
about: Tell us about a problem you are experiencing

---

/kind bug

**What steps did you take and what happened:**
[A clear and concise description of what the bug is.]


**What did you expect to happen:**


**Anything else you would like to add:**
[Miscellaneous information that will assist in solving the issue.]


**Environment:**

- OpenDatahub Version: (please check the operator version)
- Workbench: (all, data-science, etc)
- Specific tool: (jupyterlab, rstudio, vscode, elyra-pipelines,etc)
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Feature enhancement request
about: Suggest an idea for this project

---

/kind enhancement

**Why you need this feature:**
[Is your feature request related to a problem? Please describe in details]


**Describe the solution you'd like:**
[A clear and concise description of what you want to happen.]


**Anything else you would like to add:**
[Miscellaneous information that will assist in solving the issue.]
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/questions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Questions about this project
about: Ask whatever you want to know or confusion about this project

---

/kind question

**Question:**
[You can ask any question about this project.]
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/sprint-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: Sprint release
about: Create a new sprint release
title: Sprint release
labels: 'Tracker,kind/documentation,area/release-eng'
---

Hello, Workbench Devs!

This Issue would be used for the current sprint cycle release.
By the end of the sprint cycle, we will consolidate the information of features and fixes in this issue.

0 comments on commit 9d400ea

Please sign in to comment.