[PR #579] [MERGED] General contributing maintenance #825

Closed
opened 2026-02-17 17:21:12 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/579
Author: @lnhsingh
Created: 9/18/2025
Status: Merged
Merged: 9/18/2025
Merged by: @lnhsingh

Base: mainHead: copilot


📝 Commits (2)

  • 81933e5 General contributing maintenance
  • a3b7619 clarify code fences for oss only

📊 Changes

21 files changed (+55 additions, -43 deletions)

View changed files

📝 .github/copilot-instructions.md (+17 -6)
📝 README.md (+11 -10)
📝 src/langgraph-platform/autogen-integration.mdx (+1 -1)
📝 src/langgraph-platform/langgraph-studio.mdx (+1 -1)
📝 src/langgraph-platform/quick-start-studio.mdx (+1 -1)
📝 src/langgraph-platform/streaming.mdx (+1 -1)
📝 src/oss/concepts/context.mdx (+3 -3)
📝 src/oss/concepts/memory.mdx (+0 -0)
📝 src/oss/concepts/subgraphs.mdx (+0 -0)
📝 src/oss/contributing/documentation.mdx (+3 -3)
📝 src/oss/langchain/agents.mdx (+1 -1)
📝 src/oss/langgraph/add-memory.mdx (+2 -2)
📝 src/oss/langgraph/functional-api.mdx (+1 -1)
📝 src/oss/langgraph/graph-api.mdx (+3 -3)
📝 src/oss/langgraph/overview.mdx (+1 -1)
📝 src/oss/langgraph/persistence.mdx (+1 -1)
📝 src/oss/langgraph/streaming.mdx (+2 -2)
📝 src/oss/langgraph/use-functional-api.mdx (+1 -1)
📝 src/oss/langgraph/use-graph-api.mdx (+1 -1)
📝 src/oss/langgraph/use-subgraphs.mdx (+1 -1)

...and 1 more files

📄 Description

Overview

  • Update Copilot instructions for better reviews
  • Move conceptual guides to /oss/concepts dir and update cross-references
  • Add info the the README about code language fences

Type of change

Type: Update existing docs

Related issues/PRs

  • GitHub issue:
  • Feature PR:
  • Linear issue:
  • Slack thread:

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed
  • I have gotten approval from the relevant reviewers
  • (Internal team members only / optional) I have created a preview deployment using the Create Preview Branch workflow

Additional notes


🔄 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/579 **Author:** [@lnhsingh](https://github.com/lnhsingh) **Created:** 9/18/2025 **Status:** ✅ Merged **Merged:** 9/18/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `copilot` --- ### 📝 Commits (2) - [`81933e5`](https://github.com/langchain-ai/docs/commit/81933e5e3b59ab5c9291f720f99ff71ddf2f2410) General contributing maintenance - [`a3b7619`](https://github.com/langchain-ai/docs/commit/a3b76194532e0664255ddb7e7b0c3a887e096026) clarify code fences for oss only ### 📊 Changes **21 files changed** (+55 additions, -43 deletions) <details> <summary>View changed files</summary> 📝 `.github/copilot-instructions.md` (+17 -6) 📝 `README.md` (+11 -10) 📝 `src/langgraph-platform/autogen-integration.mdx` (+1 -1) 📝 `src/langgraph-platform/langgraph-studio.mdx` (+1 -1) 📝 `src/langgraph-platform/quick-start-studio.mdx` (+1 -1) 📝 `src/langgraph-platform/streaming.mdx` (+1 -1) 📝 `src/oss/concepts/context.mdx` (+3 -3) 📝 `src/oss/concepts/memory.mdx` (+0 -0) 📝 `src/oss/concepts/subgraphs.mdx` (+0 -0) 📝 `src/oss/contributing/documentation.mdx` (+3 -3) 📝 `src/oss/langchain/agents.mdx` (+1 -1) 📝 `src/oss/langgraph/add-memory.mdx` (+2 -2) 📝 `src/oss/langgraph/functional-api.mdx` (+1 -1) 📝 `src/oss/langgraph/graph-api.mdx` (+3 -3) 📝 `src/oss/langgraph/overview.mdx` (+1 -1) 📝 `src/oss/langgraph/persistence.mdx` (+1 -1) 📝 `src/oss/langgraph/streaming.mdx` (+2 -2) 📝 `src/oss/langgraph/use-functional-api.mdx` (+1 -1) 📝 `src/oss/langgraph/use-graph-api.mdx` (+1 -1) 📝 `src/oss/langgraph/use-subgraphs.mdx` (+1 -1) _...and 1 more files_ </details> ### 📄 Description ## Overview - Update Copilot instructions for better reviews - Move conceptual guides to `/oss/concepts` dir and update cross-references - Add info the the README about code language fences ## Type of change **Type:** Update existing docs ## Related issues/PRs <!-- Link to related issues, feature PRs, or discussions (if applicable) To automatically close an issue when this PR is merged, use closing keywords: - "closes #123" or "fixes #123" or "resolves #123" For regular references without auto-closing, just use: - "#123" or "See issue #123" Examples: - closes #456 (will auto-close issue #456 when PR is merged) - See #789 for context (will reference but not auto-close issue #789) --> - GitHub issue: - Feature PR: <!-- For LangChain employees, if applicable: --> - Linear issue: - Slack thread: ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed - [x] I have gotten approval from the relevant reviewers - [x] (Internal team members only / optional) I have created a preview deployment using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes <!-- Any other information that would be helpful for reviewers --> --- <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:21:12 -05:00
yindo closed this issue 2026-02-17 17:21:12 -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#825