diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..7fb5467 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,49 @@ + + +## Information + +**Vim info**: + +``` +``` + + + +Operating system: + +## Description + + + +## Minimal .vimrc + + + +```vim +``` + +## Steps to reproduce + + + +1. foo +2. bar +3. baz diff --git a/media/screenshot.png b/.github/assets/screenshot.png similarity index 100% rename from media/screenshot.png rename to .github/assets/screenshot.png diff --git a/README.md b/README.md index cd612ad..c95fd47 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://travis-ci.org/yardnsm/vim-import-cost.svg?branch=master)](https://travis-ci.org/yardnsm/vim-import-cost) -![](media/screenshot.png) +![](.github/assets/screenshot.png) This plugin is a (very rough) port of the [import-cost](https://github.com/wix/import-cost) plugin for Visual Studio Code. In a nutshell, it calculates the bundle size for each `import` or `require` @@ -17,8 +17,6 @@ module. You can find more information about how the size calculation process works in [this blog post](https://hackernoon.com/keep-your-bundle-size-under-control-with-import-cost-vscode-extension-5d476b3c5a76). -> Note: this plugin is still a work-in-progress! - ## Installation Use your favorite plugin manager to install this plugin. Make sure to have `node` (>= 8) and `npm`