Skip to content

Commit 163203f

Browse files
authored
Add missing colons in "Environment" section in bug_report.md (#6223)
Signed-off-by: Johnny Lim <[email protected]>
1 parent 1713fee commit 163203f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ A clear and concise description of what the bug is.
1313
**Environment**
1414
<!-- In what environment did the bug happen? -->
1515
<!-- If you are not using the latest patch version of a supported Micrometer line, please upgrade to see if the issue happens on the latest patch version for that line (e.g. 1.6.x). See https://micrometer.io/support/ -->
16-
- Micrometer version [e.g. 1.7.1]
17-
- Micrometer registry [e.g. prometheus]
16+
- Micrometer version: [e.g. 1.7.1]
17+
- Micrometer registry: [e.g. prometheus]
1818
- OS: [e.g. macOS]
1919
- Java version: [e.g. output of `java -version`]
2020

0 commit comments

Comments
 (0)