Skip to content

Commit 89b90eb

Browse files
committed
update PR icon template to match CAPI
We use the CAPI release-note tool and they switched the icon for other from `:running:` to `:seedling:`. This caused issues with the latest release because the title for many PRs could not be automatically parsed and we needed to fix the generated release notes manually. The new text is a direct copy of CAPI PULL_REQUEST_TEMPLATE.md.
1 parent 7d00ee0 commit 89b90eb

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
@@ -1,5 +1,5 @@
11
<!-- please add a icon to the title of this PR (see https://sigs.k8s.io/cluster-api/VERSIONING.md), and delete this line and similar ones -->
2-
<!-- the icon will be either ⚠️ (:warning:, major or breaking changes), ✨ (:sparkles:, minor or feature additions), 🐛 (:bug:, patch and bugfixes), 📖 (:book:, documentation or proposals), or 🏃 (:running:, other) -->
2+
<!-- the icon will be either ⚠️ (:warning:, major or breaking changes), ✨ (:sparkles:, feature additions), 🐛 (:bug:, patch and bugfixes), 📖 (:book:, documentation or proposals), or 🌱 (:seedling:, minor or other) -->
33

44
**What this PR does / why we need it**:
55

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ Kubernetes projects require that you sign a Contributor License Agreement (CLA)
1111
1. If your proposed change is accepted, and you haven't already done so, sign a Contributor License Agreement (see details above).
1212
1. Fork the desired repo, develop and test your code changes.
1313
1. Submit a pull request.
14-
1. All code PR must be labeled with ⚠️ (:warning:, major or breaking changes), ✨ (:sparkles:, minor or feature additions), 🐛 (:bug:, patch and bugfixes), 📖 (:book:, documentation or proposals), or 🏃 (:running:, other)
14+
1. All code PR must be labeled with ⚠️ (:warning:, major or breaking changes), ✨ (:sparkles:, feature additions), 🐛 (:bug:, patch and bugfixes), 📖 (:book:, documentation or proposals), or 🌱 (:seedling:, minor or other)

0 commit comments

Comments
 (0)