]> git.proxmox.com Git - pve-eslint.git/blob - eslint/CONTRIBUTING.md
first commit
[pve-eslint.git] / eslint / CONTRIBUTING.md
1 # Contributing
2
3 Please be sure to read the contribution guidelines before making or requesting a change.
4
5 ## Code of Conduct
6
7 This project adheres to the [JS Foundation Code of Conduct](https://js.foundation/community/code-of-conduct). We kindly request that you read over our code of conduct before contributing.
8
9 ## Filing Issues
10
11 Before filing an issue, please be sure to read the guidelines for what you're reporting:
12
13 * [Bug Report](https://eslint.org/docs/developer-guide/contributing/reporting-bugs)
14 * [Propose a New Rule](https://eslint.org/docs/developer-guide/contributing/new-rules)
15 * [Proposing a Rule Change](https://eslint.org/docs/developer-guide/contributing/rule-changes)
16 * [Request a Change](https://eslint.org/docs/developer-guide/contributing/changes)
17
18 To report a security vulnerability in ESLint, please use our [HackerOne program](https://hackerone.com/eslint).
19
20 ## Contributing Code
21
22 Please sign our [Contributor License Agreement](https://cla.js.foundation/eslint/eslint) and read over the [Pull Request Guidelines](https://eslint.org/docs/developer-guide/contributing/pull-requests).
23
24 ## Full Documentation
25
26 Our full contribution guidelines can be found at:
27 https://eslint.org/docs/developer-guide/contributing/