Home Explore Blog CI



kubernetes

.github/PULL_REQUEST_TEMPLATE.md
23277da5af89a61a8c727f7582de6baade723ea9654308290000000300000510
<!--
 Hello!

 PLEASE title the FIRST commit appropriately, so that if you squash all
 your commits into one, the combined commit message makes sense.
 For overall help on editing and submitting pull requests, visit:
  https://kubernetes.io/docs/contribute/suggesting-improvements/

 Use the default base branch, “main”, if you're documenting existing
 features in the English localization.

 If you're working on a different localization (not English), see
 https://kubernetes.io/docs/contribute/new-content/overview/#choose-which-git-branch-to-use
 for advice.

 If you're documenting a feature that will be part of a future release, see
 https://kubernetes.io/docs/contribute/new-content/new-features/ for advice.
-->
### Description

<!--
 Remember to ADD A DESCRIPTION and delete this note before submitting
 your pull request. The description should explain what will change,
 and why.
-->

### Issue

<!--
 If this pull request resolves an open issue, please link the issue in the PR
 description so it will automatically close when the PR is merged.

 See the GitHub documentation for more details and other options:

 https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword
-->

Closes: #

Chunks
da1fbedc (1st chunk of `.github/PULL_REQUEST_TEMPLATE.md`)
Title: Pull Request Template Instructions
Summary
This text provides instructions for creating a pull request, including guidelines for the commit title, base branch selection, and descriptions. It emphasizes the importance of describing the changes and linking the PR to relevant issues for automatic closure upon merging.