From 33a5b47af49ce73dd0928692ae61efa0f1eafef4 Mon Sep 17 00:00:00 2001 From: Josh Boudreau <46575851+joshuaboud@users.noreply.github.com> Date: Tue, 3 Aug 2021 10:15:38 -0300 Subject: [PATCH 1/2] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 54 ++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..59f756e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,54 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Console Output** +- Firefox: + - Go to the menu dropdown > Web Developer > Web Developer Tools > Console + - Expand relevent error messages + - Copy and paste console log +- Chrome + - Press Ctrl+Shift+J + - Expand relevent error messages + - Copy and paste console log +- Safari + - [Open console](https://balsamiq.com/support/faqs/browserconsole/#apple-safari) + - Expand relevent error messages + - Copy and paste console log +- Internet Explorer + - Good luck + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. From bc95746204e447ffe7bfead5670602868bd631d3 Mon Sep 17 00:00:00 2001 From: Josh Boudreau <46575851+joshuaboud@users.noreply.github.com> Date: Tue, 3 Aug 2021 10:50:29 -0300 Subject: [PATCH 2/2] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 59f756e..1ba2527 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,6 +7,8 @@ assignees: '' --- +## Bug Info + **Describe the bug** A clear and concise description of what the bug is. @@ -39,6 +41,8 @@ If applicable, add screenshots to help explain your problem. - Internet Explorer - Good luck +## Client Side + **Desktop (please complete the following information):** - OS: [e.g. iOS] - Browser [e.g. chrome, safari] @@ -50,5 +54,9 @@ If applicable, add screenshots to help explain your problem. - Browser [e.g. stock browser, safari] - Version [e.g. 22] +## Server Side + - OS: [e.g. Ubuntu 20.04, Rocky 8] + - Cockpit Version: [e.g. 235] + **Additional context** Add any other context about the problem here.