Skip to content

Commit 597278f

Browse files
authored
📝 Update templated files (#693)
This pull request updates the files in this repository with the latest changes from the MQT Templates repository. For details on the respective changes, see the [changelog](https://github.com/munich-quantum-toolkit/templates/blob/main/CHANGELOG.md) as well as the [upgrade guide](https://github.com/munich-quantum-toolkit/templates/blob/main/UPGRADING.md). > [!NOTE] > This pull request may contain merge conflicts if there have been changes to a templated file and its template. > Resolve such conflicts manually before merging the pull request. Co-authored-by: mqt-app[bot] <219534693+mqt-app[bot]@users.noreply.github.com>
1 parent bc922c3 commit 597278f

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

.github/SECURITY.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!--- This file has been generated from an external template. Please do not modify it directly. -->
2+
<!--- Changes should be contributed to https://github.com/munich-quantum-toolkit/templates. -->
3+
4+
# Security Policy
5+
6+
## Supported Versions
7+
8+
Security updates are applied only to the most recent releases.
9+
10+
## Reporting a Vulnerability
11+
12+
To report vulnerabilities, you can privately report a potential security issue
13+
via the GitHub security vulnerabilities feature. This can be done here:
14+
15+
https://github.com/munich-quantum-toolkit/qmap/security/advisories
16+
17+
Please do **not** open a public issue about a potential security vulnerability.
18+
19+
You can find more details on the security vulnerability feature in the GitHub
20+
documentation here:
21+
22+
https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing/privately-reporting-a-security-vulnerability

.github/pull_request_template.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<!--- This file has been generated from an external template. Please do not modify it directly. -->
2+
<!--- Changes should be contributed to https://github.com/munich-quantum-toolkit/templates. -->
3+
14
## Description
25

36
Please include a summary of the change and, if applicable, which issue is fixed.
@@ -15,7 +18,7 @@ This checklist serves as a reminder of a couple of things that ensure your pull
1518
- [ ] The pull request only contains commits that are focused and relevant to this change.
1619
- [ ] I have added appropriate tests that cover the new/changed functionality.
1720
- [ ] I have updated the documentation to reflect these changes.
18-
- [ ] I have added entries to the changelog for any noteworthy additions, changes, fixes or removals.
21+
- [ ] I have added entries to the changelog for any noteworthy additions, changes, fixes, or removals.
1922
- [ ] I have added migration instructions to the upgrade guide (if needed).
2023
- [ ] The changes follow the project's style guidelines and introduce no new warnings.
2124
- [ ] The changes are fully tested and pass the CI checks.

0 commit comments

Comments
 (0)