Skip to content

Commit 2dfd0c2

Browse files
authored
chore: add language policy (#2987)
1 parent 9be1215 commit 2dfd0c2

File tree

6 files changed

+26
-1
lines changed

6 files changed

+26
-1
lines changed

.github/ISSUE_TEMPLATE/01-langchain.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ title: "[langchain]: <Please write a comprehensive title>"
44
labels: [langchain]
55

66
body:
7+
- type: markdown
8+
attributes:
9+
value: >
10+
All contributions must be in English. See the
11+
[language policy](https://docs.langchain.com/oss/python/contributing/overview#language-policy).
712
- type: dropdown
813
attributes:
914
label: "Type of issue"

.github/ISSUE_TEMPLATE/02-langgraph.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ title: "[langgraph]: <Please write a comprehensive title>"
44
labels: [langgraph]
55

66
body:
7+
- type: markdown
8+
attributes:
9+
value: >
10+
All contributions must be in English. See the
11+
[language policy](https://docs.langchain.com/oss/python/contributing/overview#language-policy).
712
- type: dropdown
813
attributes:
914
label: "Type of issue"

.github/ISSUE_TEMPLATE/03-langsmith.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ title: "[langsmith]: <Please write a comprehensive title>"
44
labels: [langsmith]
55

66
body:
7+
- type: markdown
8+
attributes:
9+
value: >
10+
All contributions must be in English. See the
11+
[language policy](https://docs.langchain.com/oss/python/contributing/overview#language-policy).
712
- type: dropdown
813
attributes:
914
label: "Type of issue"

.github/ISSUE_TEMPLATE/04-reference-docs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ title: "[reference]: <Please write a comprehensive title>"
44
labels: [reference]
55

66
body:
7+
- type: markdown
8+
attributes:
9+
value: >
10+
All contributions must be in English. See the
11+
[language policy](https://docs.langchain.com/oss/python/contributing/overview#language-policy).
712
- type: dropdown
813
attributes:
914
label: "Type of issue"

.github/ISSUE_TEMPLATE/05-deepagents.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ title: "[deepagents]: <Please write a comprehensive title>"
44
labels: [deepagents]
55

66
body:
7+
- type: markdown
8+
attributes:
9+
value: >
10+
All contributions must be in English. See the
11+
[language policy](https://docs.langchain.com/oss/python/contributing/overview#language-policy).
712
- type: dropdown
813
attributes:
914
label: "Type of issue"

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Examples:
2828

2929
## Checklist
3030
<!-- Put an 'x' in all boxes that apply -->
31-
- [ ] I have read the [contributing guidelines](README.md)
31+
- [ ] I have read the [contributing guidelines](README.md), including the [language policy](https://docs.langchain.com/oss/python/contributing/overview#language-policy)
3232
- [ ] I have tested my changes locally using `docs dev`
3333
- [ ] All code examples have been tested and work correctly
3434
- [ ] I have used **root relative** paths for internal links

0 commit comments

Comments
 (0)