Skip to content

Commit

Permalink
Fix issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejgordon committed Aug 5, 2024
1 parent 4ae73ed commit d08792a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .chloggen/clr-runtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
change_type: new_component

# The name of the area of concern in the attributes-registry, (e.g. http, cloud, db)
component: clr
component: dotnet

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Adds experimental metrics for the Common Language Runtime (CLR)."
note: Adds experimental metrics for the .NET Common Language Runtime (CLR)."

# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
# The values here must be integers.
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ body:
- area:client
- area:cloud
- area:cloudevents
- area:clr
- area:code
- area:container
- area:cpu
Expand All @@ -40,6 +39,7 @@ body:
- area:device
- area:disk
- area:dns
- area:dotnet
- area:error
- area:event
- area:exception
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/change_proposal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ body:
- area:client
- area:cloud
- area:cloudevents
- area:clr
- area:code
- area:container
- area:cpu
Expand All @@ -32,6 +31,7 @@ body:
- area:device
- area:disk
- area:dns
- area:dotnet
- area:error
- area:event
- area:exception
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/new-conventions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ body:
- area:client
- area:cloud
- area:cloudevents
- area:clr
- area:code
- area:container
- area:cpu
Expand All @@ -41,6 +40,7 @@ body:
- area:device
- area:disk
- area:dns
- area:dotnet
- area:error
- area:event
- area:exception
Expand Down
2 changes: 1 addition & 1 deletion docs/runtime/dotnet-metrics.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--- Hugo front matter used to generate the website version of this page:
linkTitle: CLR
linkTitle: .NET
--->

# Semantic Conventions for .NET (CLR) Metrics
Expand Down

0 comments on commit d08792a

Please sign in to comment.