Skip to content

Commit 389a9fb

Browse files
committed
Update GitHub Issue templates to form
1 parent 34f643a commit 389a9fb

6 files changed

+69
-4
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
name: Bug Report
2+
description: Report a bug in OKD
3+
projects: ["okd-project/5"]
4+
labels: ["kind/bug"]
5+
type: Bug
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Before reporting an issue, check our backlog of
11+
[open issues](https://github.com/okd-project/okd/issues)
12+
to see if someone else has already reported it. If so, feel free to add
13+
your scenario, or additional information, to the discussion. Or simply
14+
"subscribe" to it to be notified when it is updated.
15+
16+
If you suspect your issue is a bug, please edit your issue description to
17+
include the BUG REPORT INFORMATION shown below. If you fail to provide this
18+
information within 14 days, we cannot debug your issue and will close it. We
19+
will, however, reopen it if you later provide the information.
20+
- type: textarea
21+
attributes:
22+
label: "Describe the bug"
23+
description: "Briefly describe the problem you are having in a few paragraphs."
24+
#placeholder: ""
25+
validations:
26+
required: true
27+
- type: input
28+
attributes:
29+
label: "Version"
30+
description: |
31+
Please specify OKD version release: e.g. 4.4.0-0.okd-2020-04-17-201241
32+
Please specify if its IPI or UPI install method and the cloud platform (if applicable) used
33+
- type: input
34+
attributes:
35+
label: "Reproducibility"
36+
description: "Please specify how often the issue is reproducible - 100%, rare, 50% of requests etc."
37+
38+
- type: textarea
39+
attributes:
40+
label: "Log Bundle"
41+
description: |
42+
A link to bootstrap log bundle or `oc adm must-gather` archive.
43+
See https://docs.okd.io/latest/installing/installing-troubleshooting.html for installation
44+
issues and https://docs.okd.io/latest/support/gathering-cluster-data.html to gather info
45+
about installed cluster.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Feature Request
2+
description: Please use Discussions or community spaces to build a consensus for your Feature Request
3+
projects: [""]
4+
labels: [""]
5+
type: Request
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name: Work Item
2+
description: A task to be done in an OKD project
3+
projects: [""]
4+
type: Task
5+
body:

.github/ISSUE_TEMPLATE/04-roadmap.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name: Roadmap Item
2+
description: "[WG Use Only] Roadmap Epic"
3+
projects: [""]
4+
type: Roadmap
5+
body:

.github/ISSUE_TEMPLATE/bug_report.md renamed to .github/ISSUE_TEMPLATE/99-legacy-bug_report.md.disabled

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Bug report
2+
name: Bug report (legacy)
33
about: Create a report to help us improve
44
title: ''
55
labels: ''

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
blank_issues_enabled: false
22
contact_links:
3-
- name: Openshift Enhancements
4-
url: https://github.com/openshift/enhancements/
5-
about: Please request new features here.
3+
- name: Troubleshooting & Feature Proposals
4+
url: https://github.com/orgs/okd-project/discussions
5+
about: Please use Discussions to troubleshoot issues and propose features
66
- name: Security Team
77
url: https://access.redhat.com/site/security/team/contact/
88
about: Please report security vulnerabilities here.

0 commit comments

Comments
 (0)