-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add issue templates for bug reports and feature requests
- Loading branch information
Showing
4 changed files
with
60 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
name: Developer experience | ||
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. | ||
title: "[short description]" | ||
type: DevX | ||
assignees: '' | ||
|
||
--- | ||
**Describe the enhancement or change** | ||
A clear and concise description of the request. What is the expected outcome? | ||
|
||
**Is this request originating from a Red Hat product team? If so, which ones and is there any sort of deadline for this enhancement?** | ||
|
||
**Any other information?** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest a new feature for PatternFly Topology. Features augment or impact end user experience and requires design input. | ||
title: "[Component] - [short description]" | ||
type: Feature | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is this a new component or an extension of an existing one?** | ||
What is the existing component, if any? | ||
|
||
**Describe the feature** | ||
A clear and concise description of the new feature. What is the expected behavior? | ||
|
||
**Are there visuals for this feature? If applicable, please include examples for each state and for varying widths** | ||
Include screenshots or links to Marvel or other mockups. | ||
|
||
**Any other information?** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
name: Tech debt | ||
about: Improvements to code that do not affect either user or product developers’ experiences. | ||
title: "[short description]" | ||
type: 'Tech debt' | ||
assignees: '' | ||
|
||
--- | ||
**Describe the enhancement or change** | ||
A clear and concise description of the request. What is the expected outcome? | ||
|
||
**Is this request originating from a Red Hat product team? If so, which ones and is there any sort of deadline for this enhancement?** | ||
|
||
**Any other information?** |