Skip to content

Commit ec69bfe

Browse files
fix: Fix changelog and broken PR template link (#675)
* Fix changelog and broken PR template link * Use a non-relative link since our contributing guide should always be on default branch in the main repo
1 parent 41a3145 commit ec69bfe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
## Checklist:
1313
<!-- Please check applicable options. -->
1414

15-
- [ ] Add changelog entry following the [contributing guide](../CONTRIBUTING.md#pull-requests)
15+
- [ ] Add changelog entry following the [contributing guide](https://github.com/newrelic/k8s-metadata-injection/blob/main/CONTRIBUTING.md)
1616
- [ ] Documentation has been updated
1717
- [ ] This change requires changes in testing:
1818
- [ ] unit tests

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10-
### 🔒 Security
10+
### security
1111
- Allow pre-upgrade job pods to honor global security context settings @dpacheconr [#670](https://github.com/newrelic/k8s-metadata-injection/pull/670)
1212

1313
## v1.38.1 - 2025-10-20

0 commit comments

Comments
 (0)