From 261d4aca9bad58924287dd465016231a55f3a7f4 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Mon, 15 Mar 2021 08:52:28 -0400 Subject: [PATCH] update --- .github/ISSUE_TEMPLATE/issue.md | 4 ++++ README.md | 16 ++++++++-------- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue.md b/.github/ISSUE_TEMPLATE/issue.md index 974370c5..7f9075ac 100644 --- a/.github/ISSUE_TEMPLATE/issue.md +++ b/.github/ISSUE_TEMPLATE/issue.md @@ -14,10 +14,14 @@ assignees: vladmandic **Expected Behavior** **Environment + +- `Human` version +- `Human` module used (e.g. `human.js`, `human.esm`, `human.esm-nobundle`) - Browser or NodeJS and version (e.g. NodeJS 14.15 or Chrome 86) - OS and Hardware platform (e.g. Windows 10, Ubuntu Linux on x64, Android 10) - Packager (if any) (e.g, webpack, rollup, parcel, esbuild, etc.) **Additional** + - For installation or startup issues include your `package.json` - For usage issues, it is recommended to post your code as [gist](https://gist.github.com/) diff --git a/README.md b/README.md index 4b23b414..cb1fafd4 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -![Version](https://img.shields.io/github/package-json/v/vladmandic/human?style=flat-square) -![Last Commit](https://img.shields.io/github/last-commit/vladmandic/human?style=flat-square) -![License](https://img.shields.io/github/license/vladmandic/human?style=flat-square) -![GitHub Status Checks](https://img.shields.io/github/checks-status/vladmandic/human/main?style=flat-square]) -![Vulnerabilities](https://img.shields.io/snyk/vulnerabilities/github/vladmandic/human?style=flat-square) +![Version](https://img.shields.io/github/package-json/v/vladmandic/human?style=flat-square?svg=true) +![Last Commit](https://img.shields.io/github/last-commit/vladmandic/human?style=flat-square?svg=true) +![License](https://img.shields.io/github/license/vladmandic/human?style=flat-square?svg=true) +![GitHub Status Checks](https://img.shields.io/github/checks-status/vladmandic/human/main?style=flat-square?svg=true) +![Vulnerabilities](https://img.shields.io/snyk/vulnerabilities/github/vladmandic/human?style=flat-square?svg=true) # Human Library @@ -166,6 +166,6 @@ and [**API Specification**](https://vladmandic.github.io/human/typedoc/classes/h
-![Downloads](https://img.shields.io/npm/dm/@vladmandic/human?style=flat-square) -![Stars](https://img.shields.io/github/stars/vladmandic/human?style=flat-square) -![Code Size](https://img.shields.io/github/languages/code-size/vladmandic/human?style=flat-square) +![Downloads](https://img.shields.io/npm/dm/@vladmandic/human?style=flat-square?svg=true) +![Stars](https://img.shields.io/github/stars/vladmandic/human?style=flat-square?svg=true) +![Code Size](https://img.shields.io/github/languages/code-size/vladmandic/human?style=flat-square?svg=true)