39 lines
1.5 KiB
YAML
39 lines
1.5 KiB
YAML
name: Template Contribution
|
|
description: Contributing Nuclei template.
|
|
title: "[TEMPLATE CONTRIBUTION] ..."
|
|
labels: ["template-contribution"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to contribute a Nuclei template!
|
|
|
|
:warning: **Please submit only one template per issue. This helps us manage and review contributions more effectively.**
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Is there an existing template for this?
|
|
description: Please search to see if an template or issue already exists for the template you contributed.
|
|
options:
|
|
- label: I have searched the existing templates.
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Nuclei Template
|
|
description: Please copy and paste the Nuclei template below. This will be automatically formatted into code, so no need for backticks.
|
|
render: yaml
|
|
- type: textarea
|
|
attributes:
|
|
label: Relevant dumped responses
|
|
description: |
|
|
Please copy and paste any relevant dumped responses (`-dresp`/`-debug-resp`). This will be automatically formatted into code, so no need for backticks.
|
|
|
|
:warning: **Please redact any literal target hosts/URLs or other sensitive information.**
|
|
render: shell
|
|
- type: textarea
|
|
attributes:
|
|
label: Anything else?
|
|
description: |
|
|
Links? References? Anything that can speed up the review or validation process.
|
|
validations:
|
|
required: false
|