Thank you for your interest in contributing to our DevSecOps project! This document provides guidelines for different types of contributions.
- Updating the DevSecOps Diagram
- Contributing to the Documentation
- Adding Tools to the Repository
- Creating a Pull Request
- Fork this repository to your GitHub account.
- Open the diagram file using draw.io:
- Select File > Open from > Device
- Choose the
DevSecOps.xmlfile from your forked repository
- Make your desired edits to the diagram.
- Save both the XML source and export a PNG image:
- Save the XML: File > Save or File > Save As
- Export as PNG: File > Export as > PNG
- Commit both the updated
DevSecOps.xmlandDevSecOps.pngfiles to your forked repository. - Create a Pull Request (see Creating a Pull Request section).
- Fork this repository to your GitHub account.
- Make your changes to the README.md or other documentation files.
- Create a Pull Request with your improvements.
- Fork this repository to your GitHub account.
- Clone your forked repository:
git clone https://github.com/YOUR-USERNAME/DevSecOps cd DevSecOps/tools - Update the tools directory and corresponding
README.mdfile. - Commit and push your changes:
git add . git commit -m "Add/update tools: BRIEF DESCRIPTION" -s git push
- Create a Pull Request (see next section).
- Navigate to your forked repository on GitHub.
- Click on "Pull Request" and then "New Pull Request".
- Ensure the base repository is the original DevSecOps repository and the head repository is your fork.
- Provide a clear title and description for your Pull Request, explaining the changes you've made.
- Submit the Pull Request.
Thank you for contributing to make this project better!