From 71137b29fff8e396f431d5f618c1c277a9db6893 Mon Sep 17 00:00:00 2001 From: Alex Hunt Date: Thu, 13 Feb 2025 14:09:25 +0000 Subject: [PATCH] chore: Link to test setup in PR template --- .github/PULL_REQUEST_TEMPLATE.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3c6440275..4bba59e50 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,18 +1,15 @@ -Summary: ---------- +## Summary - -Test Plan: ----------- +## Test Plan -Checklist ----------- +## Checklist -- [ ] Documentation is up to date to reflect these changes. -- [ ] Follows commit message convention described in [CONTRIBUTING.md](https://github.com/react-native-community/cli/blob/main/CONTRIBUTING.md#commit-message-convention) +- [ ] Documentation is up to date. +- [ ] Follows commit message convention described in [CONTRIBUTING.md](https://github.com/react-native-community/cli/blob/main/CONTRIBUTING.md#commit-message-convention). +- [ ] For functional changes, my test plan has linked these CLI changes into a local `react-native` checkout ([instructions](https://github.com/react-native-community/cli/blob/main/CONTRIBUTING.md#testing-your-changes)).