Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Latest commit

 

History

History
41 lines (26 loc) · 926 Bytes

CONTRIBUTING.md

File metadata and controls

41 lines (26 loc) · 926 Bytes

CONTRIBUTING

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

Setup

Install Node.js + npm on your system: https://nodejs.org/en/download/

git clone [email protected]:netlify/framework-info.git
cd framework-info
npm install
npm run build
npm test

You can also use yarn.

Testing

The following things are tested for:

  • Dependencies (used an unused)
  • Linting

Releasing

Merge the release PR

Creating a prerelease

  1. Create a branch named releases/<tag>/<version> with the version and tag you'd like to release.
  2. Push the branch to the repo.

For example, a branch named releases/rc/4.0.0 will create the version v4.0.0-rc and publish it under the rc tag.

License

By contributing to Netlify Node Client, you agree that your contributions will be licensed under its MIT license.