Skip to content

Commit

Permalink
chore: Add pull request template (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas authored May 27, 2024
1 parent 5f0d2e2 commit c611c72
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!--
Thank you for contributing!
ESLint adheres to the [OpenJS Foundation Code of Conduct](https://eslint.org/conduct).
-->

#### Prerequisites checklist

- [ ] I have read the [contributing guidelines](https://github.com/eslint/eslint/blob/HEAD/CONTRIBUTING.md).

<!--
Please ensure your pull request is ready:
- Read the pull request guide (https://eslint.org/docs/latest/contribute/pull-requests)
- Update or create tests
- If performance-related, include a benchmark
- Update documentation for this change (if appropriate)
-->

<!--
The following is required for all pull requests:
-->

#### What is the purpose of this pull request?

#### What changes did you make? (Give an overview)

#### Related Issues

<!-- include tags like "fixes #123" or "refs #123" -->

#### Is there anything you'd like reviewers to focus on?

<!-- markdownlint-disable-file MD004 -->

0 comments on commit c611c72

Please sign in to comment.