From 48422a5820f32d4eab09ebfd57f76960e7596a90 Mon Sep 17 00:00:00 2001 From: Dakera Ops Date: Wed, 13 May 2026 14:22:25 +0000 Subject: [PATCH] chore: add community health files (DAK-4722) - Add ISSUE_TEMPLATE/config.yml (blank_issues_enabled: false, security email link) - Enhance CONTRIBUTING.md: specific issue template links, security reporting section Co-Authored-By: Claude Sonnet 4.6 --- .github/ISSUE_TEMPLATE/config.yml | 9 +++++++++ CONTRIBUTING.md | 12 ++++++++---- 2 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..2be368d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,9 @@ +blank_issues_enabled: false +contact_links: + - name: Security Vulnerability + url: mailto:security@dakera.ai + about: Please report security vulnerabilities via email, not GitHub Issues. + - name: Dakera Documentation + url: https://dakera.ai/docs + about: Check the docs before opening an issue. + diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 37e251e..1540598 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -58,12 +58,16 @@ cargo check ## Reporting Issues -Please use [GitHub Issues](https://github.com/dakera-ai/dakera-cli/issues) to report bugs or request features. Include: - +Use the [Bug Report](https://github.com/Dakera-AI/dakera-cli/issues/new?template=bug_report.md) template to report bugs. Please include: - Steps to reproduce the issue - Expected vs actual behavior -- `dk --version` output -- Operating system and Rust version +- `dk --version` output, operating system, and Rust version + +Have a feature idea? Use the [Feature Request](https://github.com/Dakera-AI/dakera-cli/issues/new?template=feature_request.md) template. + +## Security Vulnerabilities + +**Do not open public issues for security vulnerabilities.** See [SECURITY.md](.github/SECURITY.md) for responsible disclosure instructions — email security@dakera.ai. ## License