Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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.

12 changes: 8 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading