Skip to content

Commit

Permalink
ci: update PULL_REQUEST_TEMPLATE.md (#4323)
Browse files Browse the repository at this point in the history
ci: update PULL_REQUEST_TEMPLATE.md (#5304) (#5309)

* ci: update PULL_REQUEST_TEMPLATE.md (#5304)



# Conflicts:
#	.github/PULL_REQUEST_TEMPLATE.md

* ci: update



---------

Signed-off-by: donniean <[email protected]>
  • Loading branch information
donniean authored Oct 29, 2024
1 parent bac00a4 commit 5543000
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
-->

### What type of PR is this?
<!--

<!--
Add one of the following kinds:
/kind bug
/kind cleanup
Expand All @@ -22,33 +23,39 @@ Optionally add one or more of the following kinds if applicable:
/kind regression
-->

### What this PR does / why we need it

### What this PR does / why we need it:
### Which issue(s) this PR fixes

### Which issue(s) this PR fixes:
<!--
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
_If PR is about `failing-tests or flakes`, please post the related issues/tests in a comment and do not use `Fixes`_*
-->
Fixes #

### Special notes for reviewers:
Link #

### Special notes for reviewers

```
```

### Does this PR introduced a user-facing change?

<!--
If no, just write "None" in the release-note block below.
If yes, a release note is required:
Enter your extended release note in the block below. If the PR requires additional action from users switching to the new release, include the string "action required".
For more information on release notes see: https://github.com/kubernetes/community/blob/master/contributors/guide/release-notes.md
-->

```release-note
```

### Additional documentation, usage docs, etc.:
### Additional documentation, usage docs, etc

<!--
This section can be blank if this pull request does not require a release note.
Please use the following format for linking documentation or pass the
Expand All @@ -57,6 +64,7 @@ section below:
- [Usage]: <link>
- [Other doc]: <link>
-->

```docs
```

0 comments on commit 5543000

Please sign in to comment.