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. ```