Skip to content

Commit

Permalink
feat: add issue templates for bug reports and feature requests
Browse files Browse the repository at this point in the history
  • Loading branch information
jenny-s51 committed Jan 22, 2025
1 parent 99f505b commit 6da597f
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/ISSUE_TEMPLATE.md → .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
name: Bug report
about: Help us to improve PatternFly Topology
title: Bug - [Component] - [short description]
type: bug
assignees: ''

---

**Describe the problem**
A clear and concise description of the problem. Which components are affected?

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

**What is your environment?**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

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

**Any other information?**
**Any other information?**
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/devX_request.md
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?**
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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?**
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/tech_debt_request.md
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?**

0 comments on commit 6da597f

Please sign in to comment.