From f886d9b82e8e1ea888decbdbf55065e3005a28e7 Mon Sep 17 00:00:00 2001 From: Koishore Roy Date: Mon, 8 Jun 2026 15:45:56 +0530 Subject: [PATCH] chore: add community health files Co-Authored-By: Claude Opus 4.8 --- .github/ISSUE_TEMPLATE/bug_report.md | 20 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 +++++ .github/ISSUE_TEMPLATE/feature_request.md | 16 ++++++++++++++++ 3 files changed, 41 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..1491f57 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,20 @@ +--- +name: Bug report +about: Report a bug or unexpected behavior +title: '' +labels: bug +assignees: '' +--- + +## What happened + + +## Steps to reproduce + + +## Expected behavior + +## Version & environment + + +## Additional context diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..f114767 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: + - name: Security vulnerability + url: https://github.com/Delego-Dev/specification/blob/main/SECURITY.md + about: Please report security issues privately per our security policy, not as a public issue. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..e9df647 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,16 @@ +--- +name: Feature request +about: Suggest an idea or improvement +title: '' +labels: enhancement +assignees: '' +--- + +## Problem + + +## Proposed solution + +## Alternatives considered + +## Additional context