From 614f79d98caf1a8039af8a5ff94fd3de187713e4 Mon Sep 17 00:00:00 2001 From: Mason Daugherty Date: Sun, 21 Sep 2025 02:28:47 -0400 Subject: [PATCH] chore: format final two checklist items in PR template don't want these being unchecked to count against the "tasks completed" ux on the PRs page - I imagine editing descriptions will be cumbersome --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 7bd695caa..fb61e51b6 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -33,8 +33,8 @@ Examples: - [ ] 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](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) +- 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](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes