From fe286f1833398720571833ecb05cd74d51bdd6c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lorber?= Date: Fri, 29 Apr 2022 18:49:05 +0200 Subject: [PATCH] misc: add links section to PR template (#7266) * add links section to PR template * wording * wording * update template Co-authored-by: Joshua Chen --- .github/PULL_REQUEST_TEMPLATE.md | 42 ++++++++++++++++++++++---------- 1 file changed, 29 insertions(+), 13 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index fa69d62f36..575fcbf8eb 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,28 +1,44 @@ +## Pre-flight checklist + +- [ ] I have read the [Contributing Guidelines on pull requests](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#pull-requests). +- [ ] **If this is a code change**: I have written unit tests and/or added dogfooding pages to fully verify the new behavior. +- [ ] **If this is a new API or substantial change**: the PR has an accompanying issue (closes #0000) and the maintainers have approved on my working plan. + + ## Motivation - - -### Have you read the [Contributing Guidelines on pull requests](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#pull-requests)? - - + ## Test Plan -## Related PRs +### Test links - + + +Deploy preview: https://deploy-preview-_____--docusaurus-2.netlify.app/ + +## Related issues/PRs + +