PatNeedham/google-it

View on GitHub
.github/ISSUE_TEMPLATE/bug_report.md

Summary

Maintainability
Test Coverage
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Version of google-it**
If you have it installed globally, please run `npm list google-it -g` in your command prompt of choice, and that should result in an output that looks like this:
```
/Users/patneedham/.nvm/versions/node/v11.4.0/lib
└── google-it@1.2.0 
``` 
If you don't have it installed globally, simply remove the `-g` flag from that command.

**Versions of npm and node**
Please run `npm --version` and `node --version` and paste in the results.

**Describe the bug**
A clear and concise description of what the bug is. At a minimum, please include you how used the google-it library (either on command line or within a node program).


**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Additional context**
Add any other context about the problem here.