first commit

This commit is contained in:
Beyhan Oğur
2026-04-26 21:52:23 +03:00
commit 880f412e2c
2662 changed files with 866266 additions and 0 deletions

45
.github/ISSUE_TEMPLATE/docs_issue.yml vendored Normal file
View File

@@ -0,0 +1,45 @@
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