gilbarbara/git-rev-webpack-plugin

View on GitHub
CONTRIBUTING.md

Summary

Maintainability
Test Coverage
# Contributing to git-rev-webpack-plugin

:+1::tada: First off, thanks for taking the time to contribute! :tada::+1:

**Reporting Bugs**  
Before creating bug reports, please check this [list](https://github.com/gilbarbara/git-rev-webpack-plugin/issues) as you might find out that you don't need to create one. When you are creating a bug report, please include as many details as possible.

**Pull Requests**  
Before submitting a new pull request, open a new issue to discuss it. It may already been implemented but not published or we might have found the same situation before and decide against it.

In any case:

- Format files using these rules [EditorConfig](https://github.com/gilbarbara/git-rev-webpack-plugin/blob/master/.editorconfig)
- Follow the [Typescript](https://github.com/gilbarbara/git-rev-webpack-plugin/blob/master/tslint.json) (TSLint) styleguide.

Thank you!