diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 71% rename from .github/ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/bug_report.md index b9b19b63..aeb0d1b5 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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? @@ -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?** \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/devX_request.md b/.github/ISSUE_TEMPLATE/devX_request.md new file mode 100644 index 00000000..41981e27 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/devX_request.md @@ -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?** \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..5103b539 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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?** \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/tech_debt_request.md b/.github/ISSUE_TEMPLATE/tech_debt_request.md new file mode 100644 index 00000000..7776f917 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/tech_debt_request.md @@ -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?** \ No newline at end of file