Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-ronaldson committed Aug 9, 2024
1 parent 7a9acf5 commit 7b64b05
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/devX_request.md
Original file line number Diff line number Diff line change
@@ -1,11 +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.
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]"
labels: DevX
assignees: ''

---

**Describe the enhancement or change**
A clear and concise description of the request. What is the expected outcome?

Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: Feature request
about: Suggest a new feature for PatternFly. Features augment or impact end user experience and requires design input.
about: Suggest a new feature for PatternFly. Features augment or impact end user experience
and requires design input.
title: "[Component] - [short description]"
labels: Feature
assignees: ''
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: PF6 alpha bug
about: Report a bug discovered while testing the PatternFly 6 alphas
name: PF6 beta bug
about: Report a bug discovered while testing the PatternFly 6 beta
title: "[short description]"
labels: 'v6 alpha bug'
labels: v6 Beta bug
assignees: ''

---
Expand Down
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/tech_debt_request.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
---
name: Tech debt
about: Improvements to code that do not affect either user or product developers’ experiences.
about: Improvements to code that do not affect either user or product developers’
experiences.
title: "[short description]"
labels: 'Tech debt'
labels: Tech debt
assignees: ''

---

**Describe the enhancement or change**
A clear and concise description of the request. What is the expected outcome?

Expand Down

0 comments on commit 7b64b05

Please sign in to comment.