-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Add pull request template (#29)
- Loading branch information
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 --> |