aboutsummaryrefslogtreecommitdiff
path: root/node_modules/koa-webpack/CONTRIBUTING.md
blob: 24cd430b19b711e69d190f97ff7c3a8a814ef35a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Welcome!
> Thanks ahead for taking the time to contribute to this project

## What We Use

- Testing: [Mocha](https://mochajs.org/)
- Linting: [ESLint](http://eslint.org/)
- ES6 Transpiling: [Babel](http://babeljs.io/)
- Building: [Webpack](https://webpack.github.io/)

## Pull Requests

Please don't commit `package-lock.json`.

Please don't change variable or parameter names to match your
personal prefrences, unless the change is part of a refactor
or significant modification of the codebase (which is very rare).

Please remember to thoroughly explain your Pull Request if it
doesn't have an associated issue. If you're changing code
significantly, please remember to add inline or block comments
in the code as appropriate.

## Thanks

For your interest, understanding, and for following this simple guide.