]> git.proxmox.com Git - pve-eslint.git/blame - eslint/docs/developer-guide/contributing/changes.md
update to 7.1.0 sources
[pve-eslint.git] / eslint / docs / developer-guide / contributing / changes.md
CommitLineData
eb39fafa
DC
1# Change Requests
2
3If you'd like to request a change to ESLint, please [create a new issue](https://github.com/eslint/eslint/issues/new?template=CHANGE.md) on GitHub. Be sure to include the following information:
4
51. The version of ESLint you are using.
61. The problem you want to solve.
71. Your take on the correct solution to problem.
8
9If you're requesting a change to a rule, it's helpful to include this information as well:
10
111. What you did.
121. What you would like to happen.
131. What actually happened.
14
15Please 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.
16
ebb53d86 17**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.