File: CONTRIBUTING.md

package info (click to toggle)
node-license-webpack-plugin 4.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,456 kB
  • sloc: javascript: 113; makefile: 7
file content (15 lines) | stat: -rw-r--r-- 680 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Contributing

Thank you for your interest in contributing to this plugin.

Please follow the below steps for contributing:

1. Fork this repo.
2. Make your changes and add a unit test.
3. Ensure the tests still pass by running `yarn` followed by `yarn test`. This will automatically format the code as well.
4. Update the DOCUMENTATION.md file and CHANGELOG.md file if any user-facing functionality has changed.
5. Commit your changes following the semantic commit message guide
   [here](https://seesparkbox.com/foundry/semantic_commit_messages).
6. Push changes to your fork.
7. Submit a pull request for your changes on your fork against the `master`
   branch of this repo.