]> git.proxmox.com Git - pve-eslint.git/blame - eslint/docs/src/developer-guide/contributing/changes.md
import 8.23.1 source
[pve-eslint.git] / eslint / docs / src / developer-guide / contributing / changes.md
CommitLineData
8f9d1d4d
DC
1---
2title: Change Requests
3layout: doc
eb39fafa 4
8f9d1d4d
DC
5---
6
7If you'd like to request a change to ESLint, please [create a new issue](https://github.com/eslint/eslint/issues/new/choose) on GitHub. Be sure to include the following information:
eb39fafa
DC
8
91. The version of ESLint you are using.
8f9d1d4d
DC
102. The problem you want to solve.
113. Your take on the correct solution to problem.
eb39fafa
DC
12
13If you're requesting a change to a rule, it's helpful to include this information as well:
14
151. What you did.
161. What you would like to happen.
171. What actually happened.
18
19Please include as much detail as possible to help us properly address your issue. If we need to triage issues and constantly ask people for more detail, that's time taken away from actually fixing issues. Help us be as efficient as possible by including a lot of detail in your issues.
20
ebb53d86 21**Note:** If you just have a question that won't necessarily result in a change to ESLint, such as asking how something works or how to contribute, please use the [mailing list](https://groups.google.com/group/eslint) or [chat](https://eslint.org/chat) instead of filing an issue.