Skip to content

Commit d98ab69

Browse files
Docs: add CONTRIBUTING.md (#85)
1 parent a758678 commit d98ab69

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CONTRIBUTING.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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+
* To report a security vulnerability in `eslint-github-bot`, please use our [HackerOne program](https://hackerone.com/eslint).
12+
* To report an issue that does not have security impact, please [create an issue on GitHub](https://github.com/eslint/eslint-github-bot/issues/new).
13+
* To create a feature request, [create an issue on GitHub](https://github.com/eslint/eslint-github-bot/issues/new).
14+
15+
Please keep in mind that `eslint-github-bot` is primarily intended for the ESLint team's use cases. You're welcome to use the code for your own purposes, but we are unlikely to accept a feature request unless we would use the feature for the ESLint team's repositories.
16+
17+
## Contributing Code
18+
19+
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).

0 commit comments

Comments
 (0)