diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 2d617d495ef..a18321a180b 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -119,7 +119,3 @@ body: python -m langchain_core.sys_info validations: required: true - - - - diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 067cc9621b3..dec52999649 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -42,11 +42,11 @@ body: label: Feature Description description: | Please provide a clear and concise description of the feature you would like to see added to LangChain. - + What specific functionality are you requesting? Be as detailed as possible. placeholder: | I would like LangChain to support... - + This feature would allow users to... - type: textarea id: use-case @@ -56,13 +56,13 @@ body: label: Use Case description: | Describe the specific use case or problem this feature would solve. - + Why do you need this feature? What problem does it solve for you or other users? placeholder: | I'm trying to build an application that... - + Currently, I have to work around this by... - + This feature would help me/users to... - type: textarea id: proposed-solution @@ -72,13 +72,13 @@ body: label: Proposed Solution description: | If you have ideas about how this feature could be implemented, please describe them here. - + This is optional but can be helpful for maintainers to understand your vision. placeholder: | I think this could be implemented by... - + The API could look like... - + ```python # Example of how the feature might work ``` @@ -90,15 +90,15 @@ body: label: Alternatives Considered description: | Have you considered any alternative solutions or workarounds? - + What other approaches have you tried or considered? placeholder: | I've tried using... - + Alternative approaches I considered: 1. ... 2. ... - + But these don't work because... - type: textarea id: additional-context @@ -110,9 +110,9 @@ body: Add any other context, screenshots, examples, or references that would help explain your feature request. placeholder: | Related issues: #... - + Similar features in other libraries: - ... - + Additional context or examples: - ...