Skip to content

Commit 3c80ec4

Browse files
authored
📝 Update templated files (#183)
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 f7b0e4d commit 3c80ec4

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,21 @@ body:
1616
1717
- type: textarea
1818
attributes:
19-
label: System Information
20-
description: Please provide details about your environment
19+
label: System and Environment Information
20+
description: Provide details about your environment.
2121
placeholder: |
22-
- Operating system (including version):
22+
- Operating system and version:
2323
- MQT ProblemSolver version:
24-
- Python/C++ version (if applicable):
24+
- Language versions (e.g., C++, Python, Rust, ...):
25+
- Compiler or build tool versions (e.g., Clang, GCC, rustc, ...):
2526
- Any relevant dependencies and their versions:
2627
validations:
2728
required: true
2829

2930
- type: textarea
3031
attributes:
3132
label: Bug Description
32-
description: Provide a clear and detailed explanation of the issue you're experiencing.
33+
description: Provide a clear and detailed explanation of the issue you are experiencing.
3334
placeholder: |
3435
What happened?
3536
What did you expect to happen instead?
@@ -40,7 +41,7 @@ body:
4041
- type: textarea
4142
attributes:
4243
label: Steps to Reproduce
43-
description: Provide specific steps to reproduce this issue
44+
description: Provide specific steps to reproduce this issue.
4445
placeholder: |
4546
1. Set up environment with '...'
4647
2. Configure workflow using '...'

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ body:
1818
attributes:
1919
label: Problem Statement
2020
description: >-
21-
Describe the problem you're facing and why it needs to be solved. What limitations are you encountering?
21+
Describe the problem you are facing and why it needs to be solved. What limitations are you encountering?
2222
placeholder: >-
23-
Currently, when I try to [action/task], I'm unable to [blockers/limitations].
23+
Currently, when I try to [action/task], I am unable to [blockers/limitations].
2424
This creates problems because [impact/consequences].
2525
validations:
2626
required: true

.github/renovate.json5

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
},
99
lockFileMaintenance: {
1010
enabled: true,
11-
commitMessagePrefix: "⬆\uFE0F\uD83D\uDD12\uFE0F",
1211
automerge: true
1312
},
1413
configMigration: true,
@@ -40,6 +39,10 @@
4039
addLabels: ["pre-commit"],
4140
commitMessagePrefix: "⬆\uFE0F\uD83E\uDE9D"
4241
},
42+
{
43+
matchUpdateTypes: ["lockFileMaintenance"],
44+
commitMessagePrefix: "⬆\uFE0F\uD83D\uDD12\uFE0F",
45+
},
4346
{
4447
description: "Automerge patch updates",
4548
matchUpdateTypes: ["patch"],

0 commit comments

Comments
 (0)