Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 925 Bytes

CONTRIBUTING.md

File metadata and controls

54 lines (37 loc) · 925 Bytes

CONTRIBUTING

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

Setup

$ git clone https://github.com/decaporg/one-click-hugo-cms
$ cd one-click-hugo-cms
$ yarn

Building

$ yarn build

Running the server

$ yarn start

Testing

With the development server running:

$ yarn cypress:run

Linting

$ yarn lint

Pull Requests

We actively welcome your pull requests.

  1. Fork the repo and create your branch from main.
  2. If you've added code that should be tested, add tests.
  3. If you've changed APIs, update the documentation.
  4. Ensure the test suite passes.
  5. Make sure your code lints.

License

By contributing to the Hugo template for Decap CMS with Netlify Identity, you agree that your contributions will be licensed under its MIT license.