Files
bifrost/.github/ISSUE_TEMPLATE/docs_issue.yml
Beyhan Oğur 880f412e2c first commit
2026-04-26 21:52:23 +03:00

46 lines
1.1 KiB
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
name: Documentation issue
description: Report missing, unclear, or incorrect documentation
title: "[Docs]: <short summary>"
labels: [documentation]
assignees: []
body:
- type: markdown
attributes:
value: |
Help us improve the docs! Please provide links and suggestions.
- type: checkboxes
id: prerequisites
attributes:
label: Prerequisites
options:
- label: I have searched existing issues and docs to avoid duplicates
required: true
- type: input
id: page
attributes:
label: Affected page(s)
description: Provide the path or URL to the affected doc(s)
placeholder: docs/usage/providers.md or https://...
validations:
required: true
- type: textarea
id: issue
attributes:
label: Whats wrong or missing?
description: Be as specific as possible.
validations:
required: true
- type: textarea
id: suggestion
attributes:
label: Suggested change
description: Propose wording or structure improvements.
validations:
required: false