mirror of
https://github.com/feder-cr/invisible_playwright.git
synced 2026-06-07 08:35:12 +02:00
Adds the seven files needed to pass the GitHub Community Standards checklist: - CODE_OF_CONDUCT.md (Contributor Covenant 2.1) - CONTRIBUTING.md (scope, dev setup, tests, PR rules; points users at feder-cr/firefox-stealth for C++/spoofing issues) - SECURITY.md (private vuln reporting via GH advisories or email, out-of-scope items redirected to firefox-stealth / Mozilla) - .github/ISSUE_TEMPLATE/bug_report.yml - .github/ISSUE_TEMPLATE/feature_request.yml - .github/ISSUE_TEMPLATE/config.yml (disables blank issues, links to security advisories, firefox-stealth, and discussions) - .github/PULL_REQUEST_TEMPLATE.md
1.2 KiB
1.2 KiB
Summary
Type of change
- Bug fix (non-breaking change that fixes an issue)
- New feature (non-breaking change that adds functionality)
- Breaking change (fix or feature that changes existing behavior)
- Documentation only
- Tests / CI / tooling
Related issues
How was this tested?
Checklist
- I have read CONTRIBUTING.md.
- My commits follow Conventional Commits.
- I added or updated tests covering the change.
pytestpasses locally.- I updated
README.md/docs/if user-visible behavior changed. - My change is in scope for this repo (Python wrapper / sampler / CLI / packaging — not the patched Firefox C++ source).