diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index fdce2b4713a..204585a4853 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,28 +1,22 @@ - +#### Summary -**- Summary** +Fixes # -**- Test plan** +--- - +For us to review and ship your PR efficiently, please perform the following steps: + +- [ ] Open a [bug/issue](https://github.com/netlify/cli/issues/new/choose) before writing your code ๐Ÿง‘โ€๐Ÿ’ป. This ensures we can discuss the changes and get feedback from everyone that should be involved. If you\`re fixing a typo or something that\`s on fire ๐Ÿ”ฅ (e.g. incident related), you can skip this step. +- [ ] Read the [contribution guidelines](../CONTRIBUTING.md) ๐Ÿ“–. This ensures your code follows our style guide and + passes our tests. +- [ ] Update or add tests (if any source code was changed or added) ๐Ÿงช +- [ ] Update or add documentation (if features were changed or added) ๐Ÿ“ +- [ ] Make sure the status checks below are successful โœ… -**- A picture of a cute animal (not mandatory but encouraged)** +**A picture of a cute animal (not mandatory, but encouraged)** diff --git a/package.json b/package.json index c2f33a02933..a6c55a68f1e 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ }, "config": { "eslint": "--ignore-path .gitignore --cache --format=codeframe --max-warnings=0 \"{src,scripts,site,tests,.github}/**/*.{js,md,html}\" \"*.{js,md,html}\" \".*.{js,md,html}\"", - "prettier": "--ignore-path .gitignore --loglevel=warn \"{src,scripts,site,tests,.github}/**/*.{js,md,yml,json,html}\" \"*.{js,yml,json,html}\" \".*.{js,yml,json,html}\" \"!CHANGELOG.md\" \"!npm-shrinkwrap.json\"" + "prettier": "--ignore-path .gitignore --loglevel=warn \"{src,scripts,site,tests,.github}/**/*.{js,md,yml,json,html}\" \"*.{js,yml,json,html}\" \".*.{js,yml,json,html}\" \"!CHANGELOG.md\" \"!npm-shrinkwrap.json\" \"!.github/**/*.md\"" }, "dependencies": { "@netlify/build": "^18.17.1",