Skip to content

Commit d319be8

Browse files
authored
Merge pull request opendatahub-io#111 from HumairAK/issue_forms
Update issue templates with forms.
2 parents 93bf9d5 + c1f5f2d commit d319be8

File tree

5 files changed

+124
-50
lines changed

5 files changed

+124
-50
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 26 deletions
This file was deleted.
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
name: Bug Report
2+
description: File a bug report.
3+
title: "[Bug]: "
4+
labels: ["kind/bug", "priority/normal"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to fill out this bug report! Please, fill this form to help us improve the project.
10+
- type: checkboxes
11+
attributes:
12+
label: Is there an existing issue for this?
13+
description: Please search to see if an issue already exists for the bug you encountered.
14+
options:
15+
- label: I have searched the existing issues
16+
required: true
17+
- type: dropdown
18+
id: deploy-type
19+
attributes:
20+
label: Deploy type
21+
description: |
22+
How did you deploy DSPO?
23+
multiple: false
24+
options:
25+
- Standalone DSPO (without ODH)
26+
- Manually deployed Kfdef
27+
- ODH Dashboard UI
28+
validations:
29+
required: true
30+
- type: input
31+
id: version
32+
attributes:
33+
label: Version
34+
description: |
35+
If using ODH, please provide the ODH version.
36+
If using standalone DSPO, please provide the tag version
37+
used for this repo, or state "main" if deploying
38+
directly from main branch.
39+
validations:
40+
required: true
41+
- type: textarea
42+
id: environment
43+
attributes:
44+
label: Environment
45+
description: Describe your environment.
46+
placeholder: |
47+
* Python Version (if relevant):
48+
* SDK Version (if relevant):
49+
* OCP Pipelines Version:
50+
* OCP Version:
51+
validations:
52+
required: true
53+
- type: textarea
54+
attributes:
55+
label: Current Behavior
56+
description: A concise description of what you're experiencing.
57+
validations:
58+
required: true
59+
- type: textarea
60+
attributes:
61+
label: Expected Behavior
62+
description: A concise description of what you expected to happen.
63+
validations:
64+
required: true
65+
- type: textarea
66+
attributes:
67+
label: Steps To Reproduce
68+
description: Steps to reproduce the behavior.
69+
placeholder: |
70+
1. In this environment...
71+
2. With this config...
72+
3. Run '...'
73+
4. See error...
74+
- type: textarea
75+
id: workaround
76+
attributes:
77+
label: Workaround (if any)
78+
description: Any manual steps that allow you to resolve the issue
79+
placeholder: Tell us the steps you followed to resolve the issue!
80+
validations:
81+
required: false
82+
- type: textarea
83+
id: anything-else
84+
attributes:
85+
label: Anything else
86+
description: |
87+
Any additional information you'd like to share
88+
89+
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
90+
validations:
91+
required: false

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
name: Feature request
2+
description: Suggest an idea for this project.
3+
title: "[Feature Request]: "
4+
labels: ["kind/enhancement", "priority/normal"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to fill out this feature request! Please, fill this form to help us improve the project.
10+
- type: textarea
11+
id: description
12+
attributes:
13+
label: Feature description
14+
description: A clear and concise description of what you want to happen.
15+
validations:
16+
required: true
17+
- type: textarea
18+
id: describe-alternatives
19+
attributes:
20+
label: Describe alternatives you've considered
21+
description: A clear and concise description of any alternative solutions or features you've considered.
22+
placeholder: Tell us about alternatives you've considered...
23+
validations:
24+
required: false
25+
- type: textarea
26+
attributes:
27+
label: Anything else?
28+
description: |
29+
Links? References? Add any other context or screenshots about the feature request here.
30+
31+
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
32+
validations:
33+
required: false

.github/ISSUE_TEMPLATE/questions.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)