chore: add CLAUDE.md with Hacken bug bounty PR guidelines#316
chore: add CLAUDE.md with Hacken bug bounty PR guidelines#316
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Code Review
This pull request introduces a new CLAUDE.md file which establishes guidelines for security-related pull requests, specifically instructing contributors to link to Linear issues for Hacken bug bounty reports rather than including sensitive details in the PR description. A review comment suggests wrapping a long line in the new file to comply with markdown formatting standards (MD013) and provides a code suggestion to fix it.
|
|
||
| ## Security PRs | ||
|
|
||
| - For PRs that resolve Hacken bug bounty reports, do not include details about the bug in the PR description. Instead, link to a Linear issue that contains more details on the bug and the link to the Hacken bug bounty report. |
There was a problem hiding this comment.
The line length exceeds 200 characters. The repository's README.md (lines 113-115) specifies that markdown files must be formatted with markdownlint, which by default enforces a line length limit (MD013). Wrapping the text improves readability and ensures consistency with the project's formatting standards.
| - For PRs that resolve Hacken bug bounty reports, do not include details about the bug in the PR description. Instead, link to a Linear issue that contains more details on the bug and the link to the Hacken bug bounty report. | |
| - For PRs that resolve Hacken bug bounty reports, do not include details about the bug in the PR description. | |
| Instead, link to a Linear issue that contains more details on the bug and the link to the Hacken bug bounty report. |
References
- Markdown files must be formatted with markdownlint (MD013 for line length). (link)
Summary
CLAUDE.mdfile with a "Security PRs" sectionCloses https://linear.app/celestia/issue/PROTOCO-1445/update-claudemd
Test plan
CLAUDE.mdis present at the repo root with the "Security PRs" section🤖 Generated with Claude Code