File size: 2,351 Bytes
ed4d993
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
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: markdown
  attributes:
    value: >
      Thank you for taking the time to report an issue in the documentation.
      
      Only report issues with documentation here, explain if there are
      any missing topics or if you found a mistake in the documentation.
      
      Do **NOT** use this to ask usage questions or reporting issues with your code.
      
      If you have usage questions or need help solving some problem, 
      please use [GitHub Discussions](https://github.com/langchain-ai/langchain/discussions).
      
      If you're in the wrong place, here are some helpful links to find a better
      place to ask your question:
      
      [LangChain documentation with the integrated search](https://python.langchain.com/docs/get_started/introduction),
      [API Reference](https://api.python.langchain.com/en/stable/),
      [GitHub search](https://github.com/langchain-ai/langchain),
      [LangChain Github Discussions](https://github.com/langchain-ai/langchain/discussions),
      [LangChain Github Issues](https://github.com/langchain-ai/langchain/issues?q=is%3Aissue),
      [LangChain ChatBot](https://chat.langchain.com/)
- type: input
  id: url
  attributes:
    label: URL
    description: URL to documentation
  validations:
    required: false
- type: checkboxes
  id: checks
  attributes:
    label: Checklist
    description: Please confirm and check all the following options.
    options:
      - label: I added a very descriptive title to this issue.
        required: true
      - label: I included a link to the documentation page I am referring to (if applicable).
        required: true
- type: textarea
  attributes: 
    label: "Issue with current documentation:"
    description: >
      Please make sure to leave a reference to the document/code you're
      referring to. Feel free to include names of classes, functions, methods
      or concepts you'd like to see documented more.
- 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.