diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 659909add76..4872dcaeb89 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,5 +1,5 @@ name: "\U0001F41B Bug Report" -description: Report a bug in LangChain. To report a security issue, please instead use the security option below. For questions, please use the LangChain forum. +description: Report a bug in LangChain. To report a security issue, please instead use the security option (below). For questions, please use the LangChain forum (below). labels: ["bug"] type: bug body: @@ -76,7 +76,7 @@ body: validations: required: true attributes: - label: Example Code (Python) + label: Reproduction Steps / Example Code (Python) description: | Please add a self-contained, [minimal, reproducible, example](https://stackoverflow.com/help/minimal-reproducible-example) with your use case. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index d9382310581..3390df94626 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,9 +1,6 @@ blank_issues_enabled: false version: 2.1 contact_links: - - name: 📚 Documentation issue - url: https://github.com/langchain-ai/docs/issues/new?template=01-langchain.yml - about: Report an issue related to the LangChain documentation - name: 💬 LangChain Forum url: https://forum.langchain.com/ about: General community discussions and support @@ -13,3 +10,6 @@ contact_links: - name: 📚 API Reference Documentation url: https://reference.langchain.com/python/ about: View the official LangChain API reference documentation + - name: 📚 Documentation issue + url: https://github.com/langchain-ai/docs/issues/new?template=01-langchain.yml + about: Report an issue related to the LangChain documentation diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index da6b5798323..a58421f44ff 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,5 +1,5 @@ name: "✨ Feature Request" -description: Request a new feature or enhancement for LangChain. For questions, please use the LangChain forum. +description: Request a new feature or enhancement for LangChain. For questions, please use the LangChain forum (below). labels: ["feature request"] type: feature body: