forked from Archives/langchain
cc068f1b77
Add issue templates for - bug reports - feature suggestions - documentation and a link to the discord for general discussion. Open to other suggestions here. Could also add another "Other" template with just a raw text box if we think this is too restrictive <img width="1464" alt="image" src="https://user-images.githubusercontent.com/130414180/236115358-e603bcbe-282c-40c7-82eb-905eb93ccec0.png">
19 lines
600 B
YAML
19 lines
600 B
YAML
name: Documentation
|
|
description: Report an issue related to the LangChain 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. |