From 8f68f6493929d1651825da11e77cd9a439e20e06 Mon Sep 17 00:00:00 2001 From: rcskosir Date: Wed, 13 Mar 2024 11:40:14 -0700 Subject: [PATCH] reorder PR checklist --- .github/pull_request_template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 9845d485695e..202f45412dba 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -11,10 +11,10 @@ - [ ] I have followed the guidelines in our [Contributing Documentation](../blob/main/contributing/README.md). - [ ] I have checked to ensure there aren't other open [Pull Requests](../pulls) for the same update/change. -- [ ] I have used a meaningful PR title to help maintainers and other users understand this change and help prevent duplicate work. -Example: -“`resource_name_here` - description of change e.g. adding property `new_property_name_here`” - [ ] I have checked if my changes close any open issues. If so please include appropriate [closing keywords](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword) below. +- [ ] I have used a meaningful PR title to help maintainers and other users understand this change and help prevent duplicate work. +For example: “`resource_name_here` - description of change e.g. adding property `new_property_name_here`” +