Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.17 KB

File metadata and controls

24 lines (15 loc) · 1.17 KB

Welcome to Application Security Handbook contributing guide

Thank you for investing your time in contributing to this project!

In this guide you will get an overview of the contribution workflow from creating a PR, reviewing, and merging the PR.

Issues

If you spot a mistake with the handbook, feel free to open an issue here. Provide as much information as possible so that it is easy to understand the mistake you found. If you have the opportunity to fix the mistake, feel free to open a new pull request.

Make Changes

To make changes follow the next steps:

  1. Fork the project to your namespace.

  2. Make the necessary changes.

    1. Use existing pages as a reference to follow the page style.
    2. You can find blocks supported by gitbook at https://docs.gitbook.com/content-creation/blocks
  3. Log in to gitbook.com and set up synchronization with the project in your namespace.

  4. Wait for the project to deploy.

  5. Make sure that the changes you made are displayed correctly.

  6. Open a pull request to the base project.