-
Notifications
You must be signed in to change notification settings - Fork 10.7k
Add security policy, PR template, and issue templates #1172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Reviewer's GuideThis pull request introduces community health files (PR template, issue templates, security policy) by adding new markdown files under the File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @killerlux - I've reviewed your changes - here's some feedback:
- Consider separating the repository configuration changes (templates, security policy) from the code changes into distinct pull requests.
- Remove the debugging
print
statements added inmodules/video_capture.py
before merging. - Update the placeholder email address in
SECURITY.md
.
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟡 Security: 1 issue found
- 🟢 Testing: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
|
||
## Reporting a Vulnerability | ||
|
||
If you discover a security vulnerability, please report it by emailing the project maintainers at [[email protected]]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚨 issue (security): Replace placeholder email address.
Provide the actual email address for reporting vulnerabilities.
This PR adds: SECURITY.md (security policy), Pull request template, Feature request and question issue templates. No code of conduct included as requested. Ready for review and merge.
Summary by Sourcery
Add project governance and community support files to improve project documentation and contribution guidelines
Enhancements:
Documentation:
Chores: