diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..7a45087b18 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,25 @@ +--- +name: Bug report +about: Help us improve + +--- + +**For feature requests or enhancements, file an issue against [patternfly-design](https://github.com/patternfly/patternfly-design).** + +**For bug reports, please provide as much relevant info as possible:** +* What browser(s), device and OS experience the problem? +* Are you using a PatternFly JS framework implementation [1]? +* What are the steps to reproduce the issue and what is the expected behavior? For the the fastest support, provide a working demo or minimal reproduction using tools such as [codepen](https://codepen.io/) or [jsfiddle](https://jsfiddle.net/) + +**Tell us more about your product/project and timeline to help prioritize this issue.** +* What product/project does this impact? +* List product/project release(s) and timelines. +* Is this a customer reported blocking issue? + +[1] There are a number of PatternFly JS framework implementations including: +* [PatternFly-React](https://github.com/patternfly/patternfly-react) +* [PatternFly-NG (Angular 4+)](https://github.com/patternfly/patternfly-ng) +* [Angular-PatternFly (Angular 1)](https://github.com/patternfly/angular-patternfly) + + +Note, if you are leveraging one of the JS framework implementations of PatternFly, please ensure that the issue is a PatternFly-core issue. You may need to file an issue against one of the other repos.