From fa83fdd937d185218eff53bd2ae7e2dc02a45b00 Mon Sep 17 00:00:00 2001 From: mamoodi Date: Mon, 24 Feb 2025 15:12:08 -0500 Subject: [PATCH] Add documentation checkbox to PR template --- .github/pull_request_template.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index dace0fffec3a..08a5edea6b2a 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** +- [ ] 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 -- [ ] 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.** ---- -**Give a summary of what the PR does, explaining any non-trivial design decisions** +--- +**Give a summary of what the PR does, explaining any non-trivial design decisions.** --- -**Link of any specific issues this addresses** +**Link of any specific issues this addresses.**