]> git.proxmox.com Git - pve-eslint.git/blob - eslint/.github/PULL_REQUEST_TEMPLATE.md
update to 7.1.0 sources
[pve-eslint.git] / eslint / .github / PULL_REQUEST_TEMPLATE.md
1 <!--
2 Thank you for contributing!
3
4 ESLint adheres to the [JS Foundation Code of Conduct](https://js.foundation/community/code-of-conduct).
5 -->
6
7 #### Prerequisites checklist
8
9 - [ ] I have read the [contributing guidelines](https://github.com/eslint/eslint/blob/master/CONTRIBUTING.md).
10
11 #### What is the purpose of this pull request? (put an "X" next to an item)
12
13 [ ] Documentation update
14 [ ] Bug fix ([template](https://raw.githubusercontent.com/eslint/eslint/master/templates/bug-report.md))
15 [ ] New rule ([template](https://raw.githubusercontent.com/eslint/eslint/master/templates/rule-proposal.md))
16 [ ] Changes an existing rule ([template](https://raw.githubusercontent.com/eslint/eslint/master/templates/rule-change-proposal.md))
17 [ ] Add autofixing to a rule
18 [ ] Add a CLI option
19 [ ] Add something to the core
20 [ ] Other, please explain:
21
22 <!--
23 If the item you've checked above has a template, please paste the template questions below and answer them. (If this pull request is addressing an issue, you can just paste a link to the issue here instead.)
24 -->
25
26 <!--
27 Please ensure your pull request is ready:
28
29 - Read the pull request guide (https://eslint.org/docs/developer-guide/contributing/pull-requests)
30 - Include tests for this change
31 - Update documentation for this change (if appropriate)
32 -->
33
34 <!--
35 The following is required for all pull requests:
36 -->
37
38 #### What changes did you make? (Give an overview)
39
40
41 #### Is there anything you'd like reviewers to focus on?