mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 10:45:42 +01:00
Some checks are pending
publish docs / publish-docs (push) Waiting to run
release-please / release-please (push) Waiting to run
tests / setup (push) Waiting to run
tests / ${{ matrix.quality-command }} (black) (push) Blocked by required conditions
tests / ${{ matrix.quality-command }} (mypy) (push) Blocked by required conditions
tests / ${{ matrix.quality-command }} (ruff) (push) Blocked by required conditions
tests / test (push) Blocked by required conditions
tests / all_checks_passed (push) Blocked by required conditions
* chore: add pull request template * chore: add issue templates * chore: require more information in bugs
19 lines
544 B
YAML
19 lines
544 B
YAML
name: Documentation
|
|
description: Suggest a change or addition to the documentation.
|
|
title: "[DOCS] "
|
|
labels: ["documentation"]
|
|
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
**Please describe the documentation change or addition you would like to suggest.**
|
|
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Description
|
|
description: Provide a detailed description of the documentation change.
|
|
placeholder: "Detailed description of the documentation change"
|
|
validations:
|
|
required: true
|