Skip to content

Commit 690a90b

Browse files
Merge pull request #2004 from periklis/gh-pr-template
Add GH pull request template
2 parents 22f43c6 + 2bbfe0f commit 690a90b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/pull_request_template.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
### Description
2+
<!-- MANDATORY: Summarize the intent of the change in the title. Provide a text description about the issue the PR is addressing that ensures the reader understands the context, the rationale behind and catches a 1000-feet perspective of the implementation. Enrich the description with screenshots, code blocks. Use formatting to ensure a good readability for all public audience! -->
3+
4+
/cc <!-- MANDATORY: Assign one reviewer from top-level OWNERS file -->
5+
/assign <!-- MANDATORY: Assign ne approver from top-level OWNERS file -->
6+
7+
/cherry-pick <!-- OPTIONAL: Declare release name for the next release branch to get this PR cherry-picked by the bot -->
8+
9+
### Links
10+
<!-- Provide links to depending PRs, Bugzilla or JIRA issue addressed or enhancement proposal that gets implemented by this PR -->
11+
- Depending on PR(s):
12+
- Bugzilla:
13+
- Github issue:
14+
- JIRA:
15+
- Enhancement proposal:

0 commit comments

Comments
 (0)