Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.54 KB

CONTRIBUTING.md

File metadata and controls

42 lines (29 loc) · 1.54 KB

Contributing

From opening a bug report to creating a pull request: every contribution is appreciated and welcome. If you're planning to implement a new feature or change the api please create an issue first. This way we can ensure that your precious work is not in vain.

Issues

Most of the time, if webpack is not working correctly for you it is a simple configuration issue.

If you are having difficulty, please search the StackOverflow with the webpack tag for questions related to the html-loader. If you can find an answer to your issue, please post a question in StackOverflow or the webpack Gitter and include both your webpack & html-loader versions.

If you have discovered a bug or have a feature suggestion, feel free to create an issue on Github.

Setup

git clone https://github.com/webpack/html-loader.git
cd html-loader
npm install

To run the entire test suite use:

npm test

Submitting Changes

After getting some feedback, push to your fork and submit a pull request. We may suggest some changes or improvements or alternatives, but for small changes your pull request should be accepted quickly.

Some things that will increase the chance that your pull request is accepted:

  • Write tests
  • Follow the existing Webpack coding style defined in the eslint jsbeautify and editor config rules.
  • Write a good commit message