We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f2a8b commit 76715c4Copy full SHA for 76715c4
.github/pull_request_template.md
@@ -0,0 +1,20 @@
1
+**What this PR does / why we need it**:
2
+
3
+**Which issue(s) this PR fixes**:
4
+Fixes #
5
6
+**Special notes for your reviewer**:
7
8
+**Release note**:
9
+<!-- Write your release note:
10
+1. Enter your release note in the below block.
11
+2. If no release note is required, just write "NONE" within the block.
12
13
+Format of block header: <category> <target_group>
14
+Possible values:
15
+- category: breaking|feature|bugfix|doc|other
16
+- target_group: user|operator|developer|dependency
17
+-->
18
+```feature user
19
20
+```
go.mod
@@ -1,6 +1,6 @@
module github.com/openmcp-project/metrics-operator
-go 1.23.0
+go 1.24.0
require (
github.com/go-logr/logr v1.4.2
0 commit comments