[PR #345] [MERGED] contributing: oss-specific guidelines #656

Closed
opened 2026-02-17 17:20:52 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/345
Author: @mdrxy
Created: 9/2/2025
Status: Merged
Merged: 9/12/2025
Merged by: @lnhsingh

Base: mainHead: mdrxy/contributing


📝 Commits (10+)

  • fb2156b init
  • b5300c1 .
  • 43224cd bulk
  • dfc1db7 .
  • 8e132de Merge branch 'main' into mdrxy/contributing
  • dcce0ae Update src/oss/contributing/documentation.mdx
  • 33454d7 Update src/oss/contributing/documentation.mdx
  • 44c9d96 Merge branch 'main' into mdrxy/contributing
  • 705cdaf Merge branch 'main' into mdrxy/contributing
  • 3608041 Merge branch 'main' into mdrxy/contributing

📊 Changes

61 files changed (+2702 additions, -1157 deletions)

View changed files

.github/CONTRIBUTING.md (+6 -0)
📝 .gitignore (+0 -1)
📝 .vscode/extensions.json (+3 -1)
📝 CLAUDE.md (+10 -0)
📝 README.md (+17 -1)
📝 pipeline/preprocessors/markdown_preprocessor.py (+16 -6)
📝 pipeline/tools/partner_pkg_table.py (+19 -19)
📝 src/docs.json (+79 -12)
src/images/brand/labs.svg (+5 -0)
src/images/brand/langchain.svg (+3 -0)
src/images/brand/langgraph-platform.svg (+4 -0)
src/images/brand/langgraph.svg (+6 -0)
src/images/brand/langsmith.svg (+5 -0)
src/oss/contributing/code.mdx (+898 -0)
src/oss/contributing/comarketing.mdx (+36 -0)
src/oss/contributing/documentation.mdx (+421 -0)
src/oss/contributing/guide/chat.mdx (+0 -0)
src/oss/contributing/guide/embeddings.mdx (+0 -0)
src/oss/contributing/guide/retrievers.mdx (+0 -0)
src/oss/contributing/guide/tools.mdx (+0 -0)

...and 41 more files

📄 Description

Still lots of language translation and LangGraph work to do

TODO; update all packages in both languages' versioning sections to point to new pages
Same for contributing


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/345 **Author:** [@mdrxy](https://github.com/mdrxy) **Created:** 9/2/2025 **Status:** ✅ Merged **Merged:** 9/12/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `mdrxy/contributing` --- ### 📝 Commits (10+) - [`fb2156b`](https://github.com/langchain-ai/docs/commit/fb2156b542f47db9ee637179793bd65601736be6) init - [`b5300c1`](https://github.com/langchain-ai/docs/commit/b5300c13c1894df9854e561e420c2138fab94748) . - [`43224cd`](https://github.com/langchain-ai/docs/commit/43224cdfcca7015443b727fac7761052a4859902) bulk - [`dfc1db7`](https://github.com/langchain-ai/docs/commit/dfc1db767eba5dfdcc4d7047c053b56f65778e85) . - [`8e132de`](https://github.com/langchain-ai/docs/commit/8e132de11448832e7ac7dfba9dcf2dbed04b7c23) Merge branch 'main' into mdrxy/contributing - [`dcce0ae`](https://github.com/langchain-ai/docs/commit/dcce0aeaf2ac64076578e496f5b2f36c0b1c2388) Update src/oss/contributing/documentation.mdx - [`33454d7`](https://github.com/langchain-ai/docs/commit/33454d76611dd804f1ed2fb60c21e1cabc5a0e51) Update src/oss/contributing/documentation.mdx - [`44c9d96`](https://github.com/langchain-ai/docs/commit/44c9d96e565ad8233a2f123fc0a544780ebd285b) Merge branch 'main' into mdrxy/contributing - [`705cdaf`](https://github.com/langchain-ai/docs/commit/705cdafdb1d7d15b2bad3e82c42d62585711c08e) Merge branch 'main' into mdrxy/contributing - [`3608041`](https://github.com/langchain-ai/docs/commit/3608041f2ae0ca0c5200989b5ff2f658e1aa6a7f) Merge branch 'main' into mdrxy/contributing ### 📊 Changes **61 files changed** (+2702 additions, -1157 deletions) <details> <summary>View changed files</summary> ➕ `.github/CONTRIBUTING.md` (+6 -0) 📝 `.gitignore` (+0 -1) 📝 `.vscode/extensions.json` (+3 -1) 📝 `CLAUDE.md` (+10 -0) 📝 `README.md` (+17 -1) 📝 `pipeline/preprocessors/markdown_preprocessor.py` (+16 -6) 📝 `pipeline/tools/partner_pkg_table.py` (+19 -19) 📝 `src/docs.json` (+79 -12) ➕ `src/images/brand/labs.svg` (+5 -0) ➕ `src/images/brand/langchain.svg` (+3 -0) ➕ `src/images/brand/langgraph-platform.svg` (+4 -0) ➕ `src/images/brand/langgraph.svg` (+6 -0) ➕ `src/images/brand/langsmith.svg` (+5 -0) ➕ `src/oss/contributing/code.mdx` (+898 -0) ➕ `src/oss/contributing/comarketing.mdx` (+36 -0) ➕ `src/oss/contributing/documentation.mdx` (+421 -0) ➕ `src/oss/contributing/guide/chat.mdx` (+0 -0) ➕ `src/oss/contributing/guide/embeddings.mdx` (+0 -0) ➕ `src/oss/contributing/guide/retrievers.mdx` (+0 -0) ➕ `src/oss/contributing/guide/tools.mdx` (+0 -0) _...and 41 more files_ </details> ### 📄 Description Still lots of language translation and LangGraph work to do TODO; update all packages in both languages' versioning sections to point to new pages Same for contributing --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:20:52 -05:00
yindo closed this issue 2026-02-17 17:20:52 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#656