Skip to content

Commit 68a950d

Browse files
authored
feat: add issue templates for bug reports and feature requests (#268)
1 parent 99f505b commit 68a950d

File tree

4 files changed

+60
-4
lines changed

4 files changed

+60
-4
lines changed

.github/ISSUE_TEMPLATE.md .github/ISSUE_TEMPLATE/bug_report.md

+13-4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
name: Bug report
3+
about: Help us to improve PatternFly Topology
4+
title: Bug - [Component] - [short description]
5+
type: bug
6+
assignees: ''
7+
8+
---
9+
110
**Describe the problem**
211
A clear and concise description of the problem. Which components are affected?
312

@@ -14,10 +23,10 @@ List the workaround if there is one.
1423
If applicable, add screenshots to help explain the issue.
1524

1625
**What is your environment?**
17-
- OS: [e.g. iOS]
18-
- Browser [e.g. chrome, safari]
19-
- Version [e.g. 22]
26+
- OS: [e.g. iOS]
27+
- Browser [e.g. chrome, safari]
28+
- Version [e.g. 22]
2029

2130
**What is your product and what release date are you targeting?**
2231

23-
**Any other information?**
32+
**Any other information?**
+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Developer experience
3+
about: Suggest an enhancement to the developer experience (DX). DX enhancements improve experience for those building UIs with PatternFly, but have little to no end user impact.
4+
title: "[short description]"
5+
type: DevX
6+
assignees: ''
7+
8+
---
9+
**Describe the enhancement or change**
10+
A clear and concise description of the request. What is the expected outcome?
11+
12+
**Is this request originating from a Red Hat product team? If so, which ones and is there any sort of deadline for this enhancement?**
13+
14+
**Any other information?**
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: Feature request
3+
about: Suggest a new feature for PatternFly Topology. Features augment or impact end user experience and requires design input.
4+
title: "[Component] - [short description]"
5+
type: Feature
6+
assignees: ''
7+
8+
---
9+
10+
**Is this a new component or an extension of an existing one?**
11+
What is the existing component, if any?
12+
13+
**Describe the feature**
14+
A clear and concise description of the new feature. What is the expected behavior?
15+
16+
**Are there visuals for this feature? If applicable, please include examples for each state and for varying widths**
17+
Include screenshots or links to Marvel or other mockups.
18+
19+
**Any other information?**
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Tech debt
3+
about: Improvements to code that do not affect either user or product developers’ experiences.
4+
title: "[short description]"
5+
type: 'Tech debt'
6+
assignees: ''
7+
8+
---
9+
**Describe the enhancement or change**
10+
A clear and concise description of the request. What is the expected outcome?
11+
12+
**Is this request originating from a Red Hat product team? If so, which ones and is there any sort of deadline for this enhancement?**
13+
14+
**Any other information?**

0 commit comments

Comments
 (0)