Skip to content
This repository was archived by the owner on Jan 19, 2019. It is now read-only.

Add a PR template #241

Merged
merged 2 commits into from
Dec 16, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!-- Before opening a pull request, either check (`[ ]` → `[x]`) or remove each of these entries) -->

<!-- If adding a rule -->
- [ ] 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)

<!-- All PRs that change code -->
- [ ] I’ve added tests for my changes