chore: refine issue templates (#34758)

This commit is contained in:
Mason Daugherty
2026-01-14 21:25:18 -05:00
committed by GitHub
parent 3899154daf
commit 0ab5010bcf
3 changed files with 6 additions and 6 deletions

View File

@@ -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.