Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Files

Latest commit

 

History

History
31 lines (20 loc) · 628 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (20 loc) · 628 Bytes

CONTRIBUTING

Contributions are always welcome, no matter how large or small. Before contributing, please read the code of conduct.

Setup

Install Node.js on your system

git clone [email protected]:netlify/netlify-headers-parser.git
cd netlify-headers-parser
npm install
npm test

Testing

The following things are tested for:

  • Formatting
  • Linting
  • Functionality via Unit Tests

Releasing

Merge the release PR

License

By contributing to this repository, you agree that your contributions will be licensed under its MIT license.