Skip to content

Commit 903c22e

Browse files
Merge pull request #2753 from Nordix/Sunnatillo/update-PR-template
🌱 Update to Pull request template
2 parents 70bb1ff + 28f4811 commit 903c22e

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
1-
<!-- please add a icon to the title of this PR and delete this line and similar ones -->
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) -->
1+
<!-- Thank you for contributing to Metal3! -->
2+
3+
<!-- STEPS TO FOLLOW:
4+
1. Add an icon to the title of this PR (see https://sigs.k8s.io/cluster-api/CONTRIBUTING.md#contributing-a-patch), and delete this line and similar ones. 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)
5+
2. Add a description of the changes to **What this PR does / why we need it** section.
6+
3. Enter the issue number next to "Fixes #" below (if there is no tracking issue resolved, **remove that section**)
7+
4. Follow the steps in the checklist below
8+
-->
39

410
**What this PR does / why we need it**:
511

6-
**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
12+
<!-- Which issue(s) this PR fixes. Optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged. -->
13+
714
Fixes #
15+
16+
**Checklist:**
17+
18+
- [ ] Documentation has been updated, if necessary.
19+
- [ ] Unit tests have been added, if necessary.
20+
- [ ] E2E tests have been added, if necessary.
21+
- [ ] Integration tests have been added, if necessary.

0 commit comments

Comments
 (0)