Skip to content

Commit 06f4fde

Browse files
authored
Merge pull request #1229 from apricote/pr-template-minor-icon
πŸƒ update PR icon template to match CAPI
2 parents 7d00ee0 + 89b90eb commit 06f4fde

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)