Contribute

We are happy to receive your contributions to improve this website or add more cybersecurity tools and share them with the community. Before you start contributing please note the following guidelines:

Report bugs or request a new feature

If you want to report a bug, typo errors, wrong information or even request a new feature you can do it in the Issues section of the repository of this project.

Try to be as detailed and concise as possible. If necessary, include screenshots or videos to give more context to your request.

Contribute with coding

Great! We love to receive code contributions, but before you start, you will need to install a couple of dependencies and follow the steps below:

Dependencies

Steps to contribute with coding

  1. Fork the project repository
  2. Make a git clone of the project
  3. Install the project dependencies with npm install
  4. Make your changes and upload them to the forked repo on Github.
  5. Open a Pull Request in the original repository. Include a detailed description of the changes you have made. If necessary, include screenshots or videos to give more context to your changes.