diff options
author | Daniel Carl <danielcarl@gmx.de> | 2017-06-19 23:36:08 +0200 |
---|---|---|
committer | Daniel Carl <danielcarl@gmx.de> | 2017-06-19 23:45:02 +0200 |
commit | d1b576e7ec889bdd8bf6f4dc3d27d98745ffc0c1 (patch) | |
tree | 5ca319d02d8a60642af9245d2886b64490ee897c /.github | |
parent | 934afeb503c4bc0c3d73ac67aaa7c4987105f27a (diff) |
More fine grained version info.
Show the libraries vimb was compiled against and that are used at
runtime. Remove license info from the output for 'version' or '-v'
option.
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..433da4c --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,7 @@ +<!-- If this is a bug report, please provide your version information +$ vimb --version --> +### Steps to reproduce + +### Expected behaviour + +### Actual behaviour |