Skip to content

Commit bbde0ba

Browse files
authored
Merge pull request #276 from delphix/master
Merge branch 'master' into '6.0/stage'
2 parents b4d55fd + d0cb398 commit bbde0ba

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.github/pull_request_template.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
[//]: # (This PR template outlines different sections that you can fill so reviewers have an easier time understanding your review.)
2+
[//]: # (Using this template is strongly encouraged but not a hard requirement for getting your PR merged.)
3+
[//]: # (Using this template in your commit description is also encouraged.)
4+
5+
= Problem
6+
7+
[//]: # (A clear description of the problem. The problem statement should be written in terms of a specific symptom that affects users or the codebase.)
8+
[//]: # (The problem statement should not be written in terms of the solution.)
9+
10+
= Solution
11+
12+
[//]: # (A clear description of the high-level solution you have chosen and the reasons behind it.)
13+
[//]: # (Describing why you chose the specific solution here is just as important as the actual high-level description of the solution.)
14+
[//]: # (If there were other possible solutions that you considered and rejected, please mention those as well and the reasons you rejected them.)
15+
16+
17+
[//]: # (Extra Possible Sections:)
18+
19+
[//]: # (= Notes To Reviewers)
20+
21+
[//]: # (Any extra information a reviewer may need to know before reviewing your change.)
22+
[//]: # (For example here you might want to describe which files should be looked at first or which files.)
23+
24+
[//]: # (= Future work)
25+
26+
[//]: # (A description of what follow up work is explicitly not being done in this change.)
27+
[//]: # (Creating new issues for that future work in the repo tracker and mentioning them here may work as well.)
28+
29+
[//]: # (= Testing)
30+
31+
[//]: # (If your patch introduces changes that are not covered by our CI/CD checks, please describe how you did your testing.)
32+
33+
[//]: # (= Github Issue Tracker Automation)
34+
35+
[//]: # (If your patch is fixing an issue filled in the repo's issue tracker mention this here. Example: "Closes #56")

0 commit comments

Comments
 (0)