Skip to content

Commit c4cfad5

Browse files
committed
Add community health files
1 parent 14ae979 commit c4cfad5

3 files changed

Lines changed: 71 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## Summary
2+
3+
- What does this change do?
4+
5+
## Why
6+
7+
- Why is this change needed?
8+
9+
## Validation
10+
11+
- [ ] `python -m pytest -q`
12+
- [ ] README or docs updated if behavior changed
13+
- [ ] New or updated tests added for the change
14+
15+
## Notes
16+
17+
- Any extra context, tradeoffs, or follow-up work?

CODE_OF_CONDUCT.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Code of Conduct
2+
3+
## Our Commitment
4+
5+
We want `pine-script-validator` to be a respectful, constructive, and technically honest project for everyone.
6+
7+
Contributors, users, and maintainers are expected to:
8+
9+
- communicate respectfully
10+
- assume good intent while staying clear and direct
11+
- welcome questions from people with different experience levels
12+
- focus feedback on code, behavior, and ideas rather than people
13+
14+
## Expected Behavior
15+
16+
- be respectful in discussions, issues, and pull requests
17+
- provide actionable technical feedback
18+
- keep disagreements professional and specific
19+
- help maintain a collaborative environment
20+
21+
## Unacceptable Behavior
22+
23+
- harassment, insults, or personal attacks
24+
- discriminatory language or behavior
25+
- bad-faith arguments or repeated hostile interactions
26+
- publishing private information without permission
27+
28+
## Enforcement
29+
30+
If you experience or witness unacceptable behavior, open a private security-style report through the repository maintainers or, if needed, open an issue requesting moderator attention without sharing sensitive personal information.
31+
32+
Project maintainers may remove, edit, or reject comments, issues, or pull requests that do not align with this Code of Conduct.

SECURITY.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
Security handling currently applies to the latest code on the `main` branch.
6+
7+
## Reporting A Vulnerability
8+
9+
If you discover a security issue, please do not open a public issue with exploit details.
10+
11+
Instead:
12+
13+
1. Open a GitHub issue only if the report can be made safely without exposing sensitive details.
14+
2. If the issue could expose users, environments, credentials, or unsafe behavior, contact the maintainer privately first.
15+
3. Include:
16+
- a clear summary of the problem
17+
- affected files or commands
18+
- reproduction steps
19+
- impact assessment
20+
- any suggested mitigation
21+
22+
We will review the report as quickly as possible and decide whether the issue should be handled privately before public disclosure.

0 commit comments

Comments
 (0)