From d6a03ea5715f0b7c3b8bf0c5f59804af6d0dbb42 Mon Sep 17 00:00:00 2001 From: Jed Fox Date: Sun, 16 Dec 2018 17:04:30 -0500 Subject: [PATCH] Add a PR template --- .github/PULL_REQUEST_TEMPLATE.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..1857154 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,11 @@ + + + +- [ ] I’ve filled out the documentation, including all relevant sections and a link to the equivalent TSLint rule if available. +- [ ] I’ve filled out the rule’s category +- [ ] I’ve added documentation for the equivalent TSLint rule (in `extraDescription`) +- [ ] I’ve added the rule documentation link via the helper from `../utils`. +- [ ] I’ve added the rule to the [roadmap](https://github.com/bradzacher/eslint-plugin-typescript/blob/master/ROADMAP.md) + + +- [ ] I’ve added tests for my changes