Docs: add retro docs website, security policy, and automated hall-of-fame workflows

This commit is contained in:
w4nn4d13
2026-04-06 23:42:40 +05:30
parent ac6fb95648
commit c875852ec8
12 changed files with 524 additions and 0 deletions
@@ -0,0 +1,36 @@
name: Security Report (Public Placeholder)
description: Use this only if private advisory reporting is unavailable.
title: "[Security]: "
labels: ["security"]
body:
- type: markdown
attributes:
value: |
For sensitive vulnerabilities, please use GitHub Security Advisories for private disclosure.
- type: textarea
id: summary
attributes:
label: Summary
description: Short description of the issue.
placeholder: Describe the vulnerability.
validations:
required: true
- type: textarea
id: steps
attributes:
label: Reproduction Steps
description: Exact steps to reproduce.
placeholder: 1. Do this... 2. Do that...
validations:
required: true
- type: textarea
id: impact
attributes:
label: Impact
description: What can an attacker do?
placeholder: Impact details.
validations:
required: true