Skip to content

Commit e490b54

Browse files
authored
Merge pull request #707 from CecileRobertMichon/fix-contributing
📖 small fix in CONTRIBUTING.md formatting
2 parents aa979f2 + 15e928d commit e490b54

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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
3434
1. See the [Development Guide](docs/development.md) for more instructions on setting up your environment and testing changes locally.
3535
3. Submit a pull request.
3636
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)
4545
2. All code changes must be covered by unit tests and E2E tests.
4646
3. All new features should come with user documentation.
4747
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

Comments
 (0)