From bf55709cd0d012febbd570775646a84c69c5d71e Mon Sep 17 00:00:00 2001 From: "Brian R. Bondy" Date: Sun, 14 May 2017 00:41:10 -0400 Subject: [PATCH] Add note about license header in PR reviewer template Fix typo in old template Auditors: @luixxiul --- .github/PULL_REQUEST_TEMPLATE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 950bcc5660e..164d4f6f031 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -14,6 +14,7 @@ Tests - [ ] Adequate test coverage exists to prevent regressions -- [ ] Tests should be independent and work correctly when run indivually or as a suite [ref](https://github.com/brave/browser-laptop/wiki/Code-Guidelines#test-dependencies) +- [ ] Tests should be independent and work correctly when run individually or as a suite [ref](https://github.com/brave/browser-laptop/wiki/Code-Guidelines#test-dependencies) +- [ ] New files have MPL2 license header