mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-02 09:40:42 +00:00
d1e65e8d1c
* better issue templates, forcing issue template * close issues workflow * closeissues workflow change
19 lines
598 B
YAML
19 lines
598 B
YAML
name: Documentation
|
|
description: Report an issue related to the GPT4All documentation.
|
|
title: "DOC: <Please write a comprehensive title after the 'DOC: ' prefix>"
|
|
labels: [03 - Documentation]
|
|
|
|
body:
|
|
- type: textarea
|
|
attributes:
|
|
label: "Issue with current documentation:"
|
|
description: >
|
|
Please make sure to leave a reference to the document/code you're
|
|
referring to.
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: "Idea or request for content:"
|
|
description: >
|
|
Please describe as clearly as possible what topics you think are missing
|
|
from the current documentation. |