diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 125167ed6..d8dfd60fb 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,9 +1,15 @@ -- [ ] Did you do [a quick search?](/issues?utf8=✓&q=is:issue+user:fish-shell) +- [ ] Did you try [a quick search?](/issues?utf8=✓&q=is:issue+user:fish-shell) - [ ] Try [with the latest](/fish-shell/fish-shell/releases/tag/2.3.1) fish version? -The problem is that … on `fish --version` with *this OS* and **these fish plugins** installed. +Talk about the the issue here. + +**fish verison installed**: `fish --version` +**OS/terminal used**: ## Reproduction steps + +Hard to explain? Link to [a screen recording](https://asciinema.org) + 1. Launch fish 2. … @@ -13,7 +19,3 @@ Fish should… ## Actual results ~ $ math 2 + 2 5 - -## Additonal Information -Further thoughts… -Maybe linking to [a screen recording](https://asciinema.org) helps diff --git a/pcre2-10.21/aclocal.m4 b/pcre2-10.21/aclocal.m4 index 795657e89..d8d43fb0d 100644 --- a/pcre2-10.21/aclocal.m4 +++ b/pcre2-10.21/aclocal.m4 @@ -21,7 +21,7 @@ If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically 'autoreconf'.])]) dnl pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- -dnl serial 11 (pkg-config-0.29) +dnl serial 11 (pkg-config-0.29.1) dnl dnl Copyright © 2004 Scott James Remnant . dnl Copyright © 2012-2015 Dan Nicholson @@ -63,7 +63,7 @@ dnl dnl See the "Since" comment for each macro you use to see what version dnl of the macros you require. m4_defun([PKG_PREREQ], -[m4_define([PKG_MACROS_VERSION], [0.29]) +[m4_define([PKG_MACROS_VERSION], [0.29.1]) m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1, [m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])]) ])dnl PKG_PREREQ