-
-
Notifications
You must be signed in to change notification settings - Fork 47
Add pull request template | Update security e-mail #406
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
Conversation
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.
Pull Request Overview
Updates the project’s security contact information and adds a standard GitHub pull request template
- Change the security vulnerability report email in SECURITY.md
- Introduce a new
.github/PULL_REQUEST_TEMPLATE.md
with sections for description, testing, and a checklist
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
File | Description |
---|---|
SECURITY.md | Updated vulnerability reporting email and list formatting |
.github/PULL_REQUEST_TEMPLATE.md | Added a PR template covering description, tests, and checklist |
Please report (suspected) security vulnerabilities to opensource-sec@mikepenz.dev. If the issue is | ||
confirmed, we will release a patch as soon as possible depending on complexity. |
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.
The sentence is split across two lines and the leading '-' was removed, breaking list formatting. Consider merging this into one line and re-adding the '-' for consistent Markdown list styling.
Please report (suspected) security vulnerabilities to opensource-sec@mikepenz.dev. If the issue is | |
confirmed, we will release a patch as soon as possible depending on complexity. | |
Please report (suspected) security vulnerabilities to opensource-sec@mikepenz.dev. If the issue is confirmed, we will release a patch as soon as possible depending on complexity. |
Copilot uses AI. Check for mistakes.
Please report (suspected) security vulnerabilities to opensource-sec@mikepenz.dev. If the issue is | ||
confirmed, we will release a patch as soon as possible depending on complexity. |
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.
This continuation line should be part of the same bullet; remove the extra line break to keep the message clear and formatted as a single list item.
Please report (suspected) security vulnerabilities to opensource-sec@mikepenz.dev. If the issue is | |
confirmed, we will release a patch as soon as possible depending on complexity. | |
Please report (suspected) security vulnerabilities to opensource-sec@mikepenz.dev. If the issue is confirmed, we will release a patch as soon as possible depending on complexity. |
Copilot uses AI. Check for mistakes.
@@ -0,0 +1,32 @@ | |||
## Description |
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.
[nitpick] Consider adding a top-level title or comment at the very top (e.g., # Pull Request Template
) to clarify this file’s purpose when browsing the repo.
Copilot uses AI. Check for mistakes.
No description provided.