Find a file
Xiaoyin Liu c8248a202d [bugbountyplatforms.md] Add Zero Day Initiative
Add Zero Day Initiative (ZDI, http://www.zerodayinitiative.com/) to bugbountyplatforms.md.
2017-09-28 21:47:01 -04:00
cheatsheets [bugbountyplatforms.md] Add Zero Day Initiative 2017-09-28 21:47:01 -04:00
CONTRIBUTING.md Add contributing guidelines. 2017-07-15 20:18:52 +01:00
README.md Fix a typo:) 2017-09-28 17:41:00 +03:00

Bug Bounty Cheat Sheet

Contributing

We welcome contributions from the public.

Using the issue tracker 💡

The issue tracker is the preferred channel for bug reports and features requests. GitHub issues

Issues and labels 🏷

Our bug tracker utilizes several labels to help organize and identify issues.

Guidelines for bug reports 🐛

Use the GitHub issue search — check if the issue has already been reported.

Style Guide

We like to keep our Markdown files as uniform as possible. So if you submit a PR make sure to follow this style guide (We will not be angry if you do not.)

  • Cheat sheet titles should start with ##.
  • Subheadings should be made bold. (**Subheading**)
  • Add newlines after subheadings and code blocks.
  • Code blocks should use three backticks. (```)
  • Make sure to use syntax highlighting whenever possible.

Contributors