You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,14 +34,14 @@ If you're new to the project and want to help, but don't know where to start, we
34
34
1. See the [Development Guide](docs/development.md) for more instructions on setting up your environment and testing changes locally.
35
35
3. Submit a pull request.
36
36
1. All PRs should be labeled with one of
37
-
- ⚠️ (:warning:, major or breaking changes)
38
-
- ✨ (:sparkles:, feature additions)
39
-
- 🐛 (:bug:, patch and bug fixes)
40
-
- 📖 (:book:, documentation or proposals)
41
-
- 💚 (:green_heart:, testing)
42
-
- 💎 (:gem:, refactor)
43
-
- 🔧 (:wrench:, dev tooling and chores)
44
-
- 🌱 (:seedling:, update dependencies, minor or other)
37
+
- ⚠️ (`:warning:`, major or breaking changes)
38
+
- ✨ (`:sparkles:`, feature additions)
39
+
- 🐛 (`:bug:`, patch and bug fixes)
40
+
- 📖 (`:book:`, documentation or proposals)
41
+
- 💚 (`:green_heart:`, testing)
42
+
- 💎 (`:gem:`, refactor)
43
+
- 🔧 (`:wrench:`, dev tooling and chores)
44
+
- 🌱 (`:seedling:`, update dependencies, minor or other)
45
45
2. All code changes must be covered by unit tests and E2E tests.
46
46
3. All new features should come with user documentation.
47
47
4. Once the PR has been reviewed and is ready to be merged, commits should be [squashed](https://github.com/kubernetes/community/blob/master/contributors/guide/github-workflow.md#squash-commits).
0 commit comments