You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Performance issue
[ ] Feature request
[x] Documentation issue or request
[ ] Support request
[ ] Other... Please describe:
Current behavior
When looking into how to contribute to this repo there is a lack of information about tooling.
Minimal reproduction of the problem with instructions
Clone the repository to a system with no globally installed npm packages. Put the repository in front of a new developer who is unfamiliar with the practices of the current developers and past contributors.
What is the motivation / use case for changing the behavior?
I would personally like to contribute to this repository, and in general having a contributing guideline and including devDependencies for all used tooling prevents the need for globally installing tools that are expected to be used while contributing.
Environment
Removed as irrelevant.
The text was updated successfully, but these errors were encountered:
I'm submitting a...
Current behavior
When looking into how to contribute to this repo there is a lack of information about tooling.
Expected behavior
https://github.com/namics/webpack-config-plugins/tree/master/.github/CONTRIBUTING.md file that would explain the globally installed tools and processes for contributing to this repository. It would also be great if the
devDependencies
could include these tools so that installing them globally is not required at all. An example would behttps://github.com/namics/webpack-config-plugins/blob/6bf7421bf492dba2d1b62e1889c3970c2f48b4bf/package.json#L15
using
git-cz
Minimal reproduction of the problem with instructions
Clone the repository to a system with no globally installed npm packages. Put the repository in front of a new developer who is unfamiliar with the practices of the current developers and past contributors.
What is the motivation / use case for changing the behavior?
I would personally like to contribute to this repository, and in general having a contributing guideline and including
devDependencies
for all used tooling prevents the need for globally installing tools that are expected to be used while contributing.Environment
Removed as irrelevant.
The text was updated successfully, but these errors were encountered: