chore(infra): issue template updates (#32911)

This commit is contained in:
Mason Daugherty
2025-09-11 22:00:44 -04:00
committed by GitHub
parent 91286b0b27
commit 31f641a11f
2 changed files with 4 additions and 61 deletions

View File

@@ -4,12 +4,7 @@ body:
- type: markdown
attributes:
value: |
Thanks for your interest in LangChain! 🚀
If you are not a LangChain maintainer or were not asked directly by a maintainer to create an issue, then please start the conversation on the [LangChain Forum](https://forum.langchain.com/) instead.
You are a LangChain maintainer if you maintain any of the packages inside of the LangChain repository
or are a regular contributor to LangChain with previous merged pull requests.
If you are not a LangChain maintainer, employee, or were not asked directly by a maintainer to create an issue, then please start the conversation on the [LangChain Forum](https://forum.langchain.com/) instead.
- type: checkboxes
id: privileged
attributes:

View File

@@ -1,19 +1,16 @@
name: "📋 Task"
description: Create a task for project management and tracking by LangChain maintainers. If you are not a maintainer, please use other templates or the forum.
labels: ["task"]
labels: ["task", "infra"]
type: task
body:
- type: markdown
attributes:
value: |
Thanks for creating a task to help organize LangChain development! 🚀
Thanks for creating a task to help organize LangChain development.
This template is for **maintainer tasks** such as project management, development planning, refactoring, documentation updates, and other organizational work.
If you are not a LangChain maintainer or were not asked directly by a maintainer to create a task, then please start the conversation on the [LangChain Forum](https://forum.langchain.com/) instead or use the appropriate bug report or feature request templates.
You are a LangChain maintainer if you maintain any of the packages inside of the LangChain repository
or are a regular contributor to LangChain with previous merged pull requests.
If you are not a LangChain maintainer or were not asked directly by a maintainer to create a task, then please start the conversation on the [LangChain Forum](https://forum.langchain.com/) instead or use the appropriate bug report or feature request templates on the previous page.
- type: checkboxes
id: maintainer
attributes:
@@ -22,36 +19,6 @@ body:
options:
- label: I am a LangChain maintainer, or was asked directly by a LangChain maintainer to create a task here.
required: true
- type: dropdown
id: task-type
attributes:
label: Task Type
description: What type of task is this?
options:
- Project Management
- Documentation
- Refactoring
- Testing
- CI/CD
- Release Management
- Code Cleanup
- Performance Optimization
- Security
- Other
validations:
required: true
- type: dropdown
id: priority
attributes:
label: Priority
description: What is the priority level of this task?
options:
- Low
- Medium
- High
- Critical
validations:
required: true
- type: textarea
id: task-description
attributes:
@@ -104,25 +71,6 @@ body:
- ...
validations:
required: false
- type: textarea
id: implementation-notes
attributes:
label: Implementation Notes
description: |
Any specific implementation details, constraints, or considerations for this task.
Are there any technical requirements or limitations to be aware of?
placeholder: |
Technical considerations:
- ...
Constraints:
- ...
Suggested approach:
- ...
validations:
required: false
- type: textarea
id: dependencies
attributes: