mirror of
https://github.com/EdOverflow/bugbounty-cheatsheet.git
synced 2024-11-10 05:34:15 +00:00
Add contributing guidelines.
This commit is contained in:
parent
1fd1c34ea5
commit
dc94bc28bb
2 changed files with 31 additions and 0 deletions
15
CONTRIBUTING.md
Normal file
15
CONTRIBUTING.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# 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](https://img.shields.io/github/issues/EdOverflow/bugbounty-cheatsheet.svg?style=flat-square)](https://github.com/EdOverflow/bugbounty-cheatsheet/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.
|
16
README.md
16
README.md
|
@ -12,6 +12,22 @@
|
|||
- [Template Injection](cheatsheets/template-injection.md)
|
||||
- [Content Injection](cheatsheets/content-injection.md)
|
||||
|
||||
# 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](https://img.shields.io/github/issues/EdOverflow/bugbounty-cheatsheet.svg?style=flat-square)](https://github.com/EdOverflow/bugbounty-cheatsheet/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.
|
||||
|
||||
# Contributors
|
||||
|
||||
- [EdOverflow](https://github.com/EdOverflow)
|
||||
|
|
Loading…
Reference in a new issue