From f0f43492d2239ce0e9172ef1930d1a86315f4cf3 Mon Sep 17 00:00:00 2001 From: BWM0223 Date: Sun, 21 Jun 2026 08:34:58 -0700 Subject: [PATCH] fix: Add GitHub issue templates (#65) --- path/to/file | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 path/to/file diff --git a/path/to/file b/path/to/file new file mode 100644 index 0000000..1434cc5 --- /dev/null +++ b/path/to/file @@ -0,0 +1,20 @@ +```yaml +issue-templates: + - name: Bug Report + label: bug + path: .github/ISSUE_TEMPLATE/bug.md + - name: Feature Request + label: feature + path: .github/ISSUE_TEMPLATE/feature.md + - name: Security Advisory + label: security + path: .github/ISSUE_TEMPLATE/security.md + +security-contact: + - title: Security Vulnerability Report + description: Describe a security vulnerability found in this project + labels: + - security + - bug + path: .github/ISSUE_TEMPLATE/security.md +``` \ No newline at end of file