Skip to content

Latest commit

History

History
45 lines (43 loc) 路 1.02 KB

CONTRIBUTING.md

File metadata and controls

45 lines (43 loc) 路 1.02 KB

Add contents in diagram

  1. fork this repo
  2. open DevSecOps.xml using draw.io
1) File > Open(Import) from > Devices
2) Open DevSecOps.xml
  1. Edit contents
  2. Save diagram(xml file) and Export image
1) File > Export as > png
  1. Commit/Push the DevSecOps.xml and DevSecOps.png files to the your forked repository.
  2. Make and Send PR(Pull Request)

Add contents in README

Please add content and send us PR!

  1. fork this repo
  2. Edit contents from forked repo
  3. Make and Send PR(Pull Request)

Add tools

  1. form this repo
  2. clone forked repo
$ git clone https://github.com/{your}/DevSecOps
  1. build contribute tools
$ cd DevSecOps/tools
$ make contribute
  1. Add tool with ./add-tool
$ ./add-tool -url https://github.com/zaproxy/zaproxy
  1. Distribute README.md with ./distribute-readme
$ ./distribute-readme
  1. commit and push data.json and README.md
$ git add data.json README.md ; git commit -m "commit and push" ; git push
  1. Make and Send PR(Pull Request)