From 561b6d4726f3e77dd40ba0d340ca7f08429cd2eb Mon Sep 17 00:00:00 2001 From: Kai Cataldo Date: Thu, 16 Jan 2020 16:45:12 -0500 Subject: [PATCH] Chore: add prerequisites checklist to PR template (#12790) * Chore: add prerequisites checklist to PR template * Add friendly message at top * Address feedback --- .github/PULL_REQUEST_TEMPLATE.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ca5e285ec39..1e8eb304a92 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,8 +1,15 @@ -**What is the purpose of this pull request? (put an "X" next to item)** +#### Prerequisites checklist + +- [ ] I have read the [contributing guidelines](https://github.com/eslint/eslint/blob/master/CONTRIBUTING.md). +- [ ] The team has reached consensus on the changes proposed in this pull request. If not, I understand that the evaluation process will begin with this pull request and won't be merged until the team has reached consensus. + +#### What is the purpose of this pull request? (put an "X" next to item) [ ] Documentation update [ ] Bug fix ([template](https://raw.githubusercontent.com/eslint/eslint/master/templates/bug-report.md)) @@ -29,9 +36,7 @@ The following is required for all pull requests: --> -**What changes did you make? (Give an overview)** - - -**Is there anything you'd like reviewers to focus on?** +#### What changes did you make? (Give an overview) +#### Is there anything you'd like reviewers to focus on?