From 2a717727a4893bde2d4c91fe5b4a50b6b11426c7 Mon Sep 17 00:00:00 2001 From: Chad Pilkey <capilkey@gmail.com> Date: Wed, 18 Dec 2019 12:43:43 -0500 Subject: [PATCH] Fix desktop OS examples in issue templates --- .github/ISSUE_TEMPLATE/core-issue.md | 6 +++--- .github/ISSUE_TEMPLATE/general-issue.md | 6 +++--- .github/ISSUE_TEMPLATE/html5-issue.md | 6 +++--- .github/ISSUE_TEMPLATE/recording-issue.md | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/core-issue.md b/.github/ISSUE_TEMPLATE/core-issue.md index c2f061bbb0..54f52f9d37 100644 --- a/.github/ISSUE_TEMPLATE/core-issue.md +++ b/.github/ISSUE_TEMPLATE/core-issue.md @@ -27,14 +27,14 @@ A clear and concise description of what you expected to happen. If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] + - OS: [e.g. Windows, Mac] + - 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] + - Browser [e.g. stock browser, Safari] - Version [e.g. 22] **Additional context** diff --git a/.github/ISSUE_TEMPLATE/general-issue.md b/.github/ISSUE_TEMPLATE/general-issue.md index 807670332e..1a2e909f94 100644 --- a/.github/ISSUE_TEMPLATE/general-issue.md +++ b/.github/ISSUE_TEMPLATE/general-issue.md @@ -27,14 +27,14 @@ A clear and concise description of what you expected to happen. If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] + - OS: [e.g. Windows, Mac] + - 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] + - Browser [e.g. stock browser, Safari] - Version [e.g. 22] **Additional context** diff --git a/.github/ISSUE_TEMPLATE/html5-issue.md b/.github/ISSUE_TEMPLATE/html5-issue.md index b6a77c5e65..cdba5914d9 100644 --- a/.github/ISSUE_TEMPLATE/html5-issue.md +++ b/.github/ISSUE_TEMPLATE/html5-issue.md @@ -27,14 +27,14 @@ A clear and concise description of what you expected to happen. If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] + - OS: [e.g. Windows, Mac] + - 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] + - Browser [e.g. stock browser, Safari] - Version [e.g. 22] **Additional context** diff --git a/.github/ISSUE_TEMPLATE/recording-issue.md b/.github/ISSUE_TEMPLATE/recording-issue.md index bebb6038ec..2df9e234ae 100644 --- a/.github/ISSUE_TEMPLATE/recording-issue.md +++ b/.github/ISSUE_TEMPLATE/recording-issue.md @@ -27,14 +27,14 @@ A clear and concise description of what you expected to happen. If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] + - OS: [e.g. Windows, Mac] + - 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] + - Browser [e.g. stock browser, Safari] - Version [e.g. 22] **Additional context** -- GitLab