Add pull request template | Update security e-mail#406
Conversation
There was a problem hiding this comment.
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.mdwith 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.
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. |
| 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.
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. |
| @@ -0,0 +1,32 @@ | |||
| ## Description | |||
There was a problem hiding this comment.
[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.
No description provided.