]> git.proxmox.com Git - pve-eslint.git/blob - eslint/.github/PULL_REQUEST_TEMPLATE.md
import 8.4.0 source
[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/HEAD/CONTRIBUTING.md).
10
11 #### What is the purpose of this pull request? (put an "X" next to an item)
12
13 <!--
14 The following template is intentionally not a markdown checkbox list for the reasons
15 explained in https://github.com/eslint/eslint/pull/12848#issuecomment-580302888
16 -->
17
18 [ ] Documentation update
19 [ ] Bug fix ([template](https://raw.githubusercontent.com/eslint/eslint/HEAD/templates/bug-report.md))
20 [ ] New rule ([template](https://raw.githubusercontent.com/eslint/eslint/HEAD/templates/rule-proposal.md))
21 [ ] Changes an existing rule ([template](https://raw.githubusercontent.com/eslint/eslint/HEAD/templates/rule-change-proposal.md))
22 [ ] Add autofix to a rule
23 [ ] Add a CLI option
24 [ ] Add something to the core
25 [ ] Other, please explain:
26
27 <!--
28 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.)
29 -->
30
31 <!--
32 Please ensure your pull request is ready:
33
34 - Read the pull request guide (https://eslint.org/docs/developer-guide/contributing/pull-requests)
35 - Include tests for this change
36 - Update documentation for this change (if appropriate)
37 -->
38
39 <!--
40 The following is required for all pull requests:
41 -->
42
43 #### What changes did you make? (Give an overview)
44
45
46 #### Is there anything you'd like reviewers to focus on?