mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Tweak template after seeing a few people use it
This commit is contained in:
parent
a8d911bd39
commit
ee599bdd5c
2 changed files with 10 additions and 8 deletions
14
.github/ISSUE_TEMPLATE.md
vendored
14
.github/ISSUE_TEMPLATE.md
vendored
|
@ -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
|
||||
|
|
4
pcre2-10.21/aclocal.m4
vendored
4
pcre2-10.21/aclocal.m4
vendored
|
@ -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 <scott@netsplit.com>.
|
||||
dnl Copyright © 2012-2015 Dan Nicholson <dbn.lists@gmail.com>
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue