Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 689 Bytes

CONTRIBUTING.md

File metadata and controls

35 lines (24 loc) · 689 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/zaproxy/zaproxy-website
$ cd zaproxy-website
$ npm install

Building

$ npm run build

Reviewing Changes

  1. Run the server
$ npm run start
  1. Load the page in the browser.
  2. Read changes out loud.
  3. Make any appropriate edits for clarity, grammar, or spelling.

License

By contributing to zaproxy-website, you agree that your contributions will be licensed under its MIT License.