From 00f41ef3adbc89bcaf62c1f66c48ba990b04296a Mon Sep 17 00:00:00 2001 From: Pablo Santiago Blum de Aguiar Date: Fri, 10 Apr 2020 16:46:06 +0200 Subject: [PATCH] .github: Update templates according to version 7 --- .github/ISSUE_TEMPLATE/bug_report.md | 7 ++++--- .github/PULL_REQUEST_TEMPLATE.md | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index da27856..be94a64 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -14,10 +14,11 @@ Describe the problem you are having and how to reproduce it. Include any other a Run the command `omf doctor` and paste the output here. Example: ``` -Oh My Fish version: 6 +Oh My Fish version: 7 OS type: Linux -Fish version: fish, version 2.7.1 -Git version: git version 2.17.1 +Fish version: fish, version 3.1.0 +Git version: git version 2.26.0 Git core.autocrlf: no +Checking for a sane environment... Your shell is ready to swim. ``` diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 651f988..cfeea10 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -11,11 +11,12 @@ Run the command `omf doctor` and paste the output here. Example: --> ``` -Oh My Fish version: 6 +Oh My Fish version: 7 OS type: Linux -Fish version: fish, version 2.7.1 -Git version: git version 2.17.1 +Fish version: fish, version 3.1.0 +Git version: git version 2.26.0 Git core.autocrlf: no +Checking for a sane environment... Your shell is ready to swim. ```