Remove changelog checklist item from PR template (#27460)

* Remove changelog checklist item from PR template

* Update ent PR guidance
This commit is contained in:
Violet Hynes
2024-06-12 12:59:03 -04:00
committed by GitHub
parent 83111c010c
commit a40265de6e

View File

@@ -2,11 +2,6 @@
What does this PR do?
### TODO only if you're a HashiCorp employee
- [ ] **Changelog:** Make sure there is one, or the `pr/no-changelog` label is
applied. Brand new features have a differently
formatted changelog than other changelogs, so pay attention to that. If this
PR is the CE portion of an ENT PR, put the changelog here, _not_ in your ENT
PR. Feel free to refer to the [instructions](https://github.com/hashicorp/vault/blob/main/CONTRIBUTING.md#changelog-entries) on changelog formatting if necessary.
- [ ] **Labels:** If this PR is the CE portion of an ENT change, and that ENT change is
getting backported to N-2, use the new style `backport/ent/x.x.x+ent` labels
instead of the old style `backport/x.x.x` labels.
@@ -21,4 +16,4 @@ What does this PR do?
in the PR description, commit message, or branch name.
- [ ] **RFC:** If this change has an associated RFC, please link it in the description.
- [ ] **ENT PR:** If this change has an associated ENT PR, please link it in the
description.
description. Also, make sure the changelog is in this PR, _not_ in your ENT PR.