From 5f5eb3b8edb41aff0ae2c816f48542ebe26062e0 Mon Sep 17 00:00:00 2001 From: Travis Longoria Date: Wed, 5 Jan 2022 10:23:58 -0700 Subject: [PATCH 1/3] chore: add issue template for bug reports --- .github/ISSUE_TEMPLATE/bug_report.md | 29 ++++++++++++++++++++++++++++ 1 file changed, 29 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 00000000..e414fb38 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,29 @@ +--- +name: Bug report +about: Create a report or request for help +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Version information:** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Steps to reproduce (please include a code snippet, if possible):** +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**NOTE:** Be careful not to post user names, passwords, auth tokens or any other private or sensitive information. From 569a7b3020079c078a8aa27fa9892ad435884b78 Mon Sep 17 00:00:00 2001 From: Travis Longoria Date: Wed, 5 Jan 2022 10:32:30 -0700 Subject: [PATCH 2/3] Update bug_report.md added tableau server version attribute --- .github/ISSUE_TEMPLATE/bug_report.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e414fb38..8400c650 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -11,6 +11,7 @@ assignees: '' A clear and concise description of what the bug is. **Version information:** + - Tableau Server version: (or note if using Tableau Online) - OS: [e.g. iOS] - Browser [e.g. chrome, safari] - Version [e.g. 22] From 27027e7b67fb07b4565863dfa5f354fa0e6f9d1f Mon Sep 17 00:00:00 2001 From: Travis Longoria Date: Thu, 6 Jan 2022 11:49:53 -0700 Subject: [PATCH 3/3] minor clean-up per review comments --- .github/ISSUE_TEMPLATE/bug_report.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8400c650..9658689a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,5 +1,5 @@ --- -name: Bug report +name: Issue report about: Create a report or request for help title: '' labels: '' @@ -7,11 +7,12 @@ assignees: '' --- -**Describe the bug** -A clear and concise description of what the bug is. +**Describe the issue** + +A clear and concise description of what the issue is. **Version information:** - - Tableau Server version: (or note if using Tableau Online) + - Tableau version: (or note if using Tableau Online) - OS: [e.g. iOS] - Browser [e.g. chrome, safari] - Version [e.g. 22] @@ -24,7 +25,8 @@ A clear and concise description of what the bug is. A clear and concise description of what you expected to happen. -**Screenshots** -If applicable, add screenshots to help explain your problem. +**Screenshots and workbook** + +If possible, attach a workbook with sample data add/or screenshots to help explain your problem. **NOTE:** Be careful not to post user names, passwords, auth tokens or any other private or sensitive information.