From f35ed5e277749b616ec79efde0203a624ad9eafc Mon Sep 17 00:00:00 2001 From: mamoodi Date: Mon, 24 Feb 2025 16:03:10 -0500 Subject: [PATCH] Add documentation checkbox to PR template (#6924) --- .github/pull_request_template.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index dace0fffec..08a5edea6b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,11 +1,12 @@ -**End-user friendly description of the problem this fixes or functionality that this introduces** - -- [ ] Include this change in the Release Notes. If checked, you must provide an **end-user friendly** description for your change below - ---- -**Give a summary of what the PR does, explaining any non-trivial design decisions** +- [ ] This change is worth documenting at https://docs.all-hands.dev/ +- [ ] Include this change in the Release Notes. If checked, you **must** provide an **end-user friendly** description for your change below +**End-user friendly description of the problem this fixes or functionality that this introduces.** --- -**Link of any specific issues this addresses** +**Give a summary of what the PR does, explaining any non-trivial design decisions.** + + +--- +**Link of any specific issues this addresses.**