diff --git a/.github/PULL_REQUEST_TEMPLATE/default.md b/.github/PULL_REQUEST_TEMPLATE/default.md new file mode 100644 index 00000000000..e0edbeb5541 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/default.md @@ -0,0 +1,9 @@ +--- +name: 'Default' +about: Default Pull Request Template +title: '' +labels: '' +assignees: '' +--- + + diff --git a/.github/PULL_REQUEST_TEMPLATE/typescript_version_upgrade.md b/.github/PULL_REQUEST_TEMPLATE/typescript_version_upgrade.md new file mode 100644 index 00000000000..93dd24bf0c7 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/typescript_version_upgrade.md @@ -0,0 +1,18 @@ +--- +name: 'TypeScript Version Upgrade' +about: Used when upgrading the supported version of TypeScript +title: '' +labels: '' +assignees: '' +--- + +**Please complete the following:** + +TypeScript version added by this PR: `{{ INSERT_TYPESCRIPT_VERSION }}` + +- [ ] I have updated the devDependency range in the root package.json +- [ ] I have updated the range value in `packages/typescript-estree/src/parser.ts` +- [ ] I have run the existing tests to make sure they still pass, or made any required updates +- [ ] I have added new tests for the features introduced in this newer version of TypeScript + - New features tests added: + -