diff --git a/.github/ISSUE_TEMPLATE/devX_request.md b/.github/ISSUE_TEMPLATE/devX_request.md index a23e1d4c962..d70b5129e90 100644 --- a/.github/ISSUE_TEMPLATE/devX_request.md +++ b/.github/ISSUE_TEMPLATE/devX_request.md @@ -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? diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index dd2e13a2e0a..94d4b63860e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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: '' diff --git a/.github/ISSUE_TEMPLATE/PF6_alpha_bug_request.md b/.github/ISSUE_TEMPLATE/pf6-beta-bug.md similarity index 75% rename from .github/ISSUE_TEMPLATE/PF6_alpha_bug_request.md rename to .github/ISSUE_TEMPLATE/pf6-beta-bug.md index 1251cfa2a1f..fd67041b2cc 100644 --- a/.github/ISSUE_TEMPLATE/PF6_alpha_bug_request.md +++ b/.github/ISSUE_TEMPLATE/pf6-beta-bug.md @@ -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: '' --- diff --git a/.github/ISSUE_TEMPLATE/tech_debt_request.md b/.github/ISSUE_TEMPLATE/tech_debt_request.md index bb551dde84e..c68a0d50aaf 100644 --- a/.github/ISSUE_TEMPLATE/tech_debt_request.md +++ b/.github/ISSUE_TEMPLATE/tech_debt_request.md @@ -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?