Skip to content

Commit e8e0772

Browse files
authored
Merge pull request kubernetes#2760 from annajung/master
Add pull request template
2 parents 34d64cf + 16778ce commit e8e0772

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

ISSUE_TEMPLATE.md renamed to .github/issue_template.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Enhancement Description
1+
### Enhancement Description
2+
23
- One-line enhancement description (can be used as a release note):
34
- Kubernetes Enhancement Proposal: <!-- link to kubernetes/enhancements file; if none yet, link to PR -->
45
- Discussion Link: <!-- link to SIG mailing list thread, meeting, or recording where the Enhancement was discussed before KEP creation -->

.github/pull_request_template.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!--
2+
Please use the following format when naming your PR
3+
< Issue Number >:< Issue Description >
4+
e.g. KEP-000: adding beta graduation criteria
5+
6+
Avoid using phrases like `fixes #NNNN` in the description
7+
unless the pull request is to change the KEP status to
8+
implemented or KEP has been deprecated.
9+
-->
10+
11+
<!-- short description of work done in PR e.g. updating milestone, adding new KEP, adding test requirements… -->
12+
- One-line PR description:
13+
14+
<!-- link to the k/enhancements issue -->
15+
- Issue link:
16+
17+
<!-- other comments or additional information -->
18+
- Other comments:

0 commit comments

Comments
 (0)