File tree 1 file changed +36
-0
lines changed
.github/PULL_REQUEST_TEMPLATE
1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Default PR Template
3
+ title : ' '
4
+ labels : ' '
5
+ assignees : ' '
6
+ ---
7
+
8
+ ## Describe the PR
9
+ <!--
10
+ - Make sure the title is clear and concise.
11
+ - Include the purpose of this PR.
12
+ - Include a brief description of the what and why of this change.
13
+ - Include a link to a GH issue, if relevant.
14
+ - Fixes #<issue_number_or_url> will close the issue whjen this is merged
15
+ - Addresses #<issue_number_or_url> will link the issue to this PR
16
+ - Are there any specific things you want a reviewer to notice/check/give feedback?
17
+ -->
18
+
19
+
20
+
21
+ ---
22
+
23
+ ## For Altis Team Use
24
+
25
+ ### Completion Checklist
26
+ Does this PR meet our definition of done? See [ the Play Book Definition of Done] ( https://playbook.hmn.md/play/product/definition-of-done-2/ )
27
+
28
+ - [ ] Has the acceptance criteria been met?
29
+ - [ ] Is the documentation updated (including README)?
30
+ - [ ] Do any code/documentation changes meet project standards?
31
+ - [ ] Are automatic tests in place to verify the fix or new functionality?
32
+ - [ ] OR, are manual tests documented (at least on the ticket/PR)?
33
+ - [ ] Are any Playbook/Handbook pages updated?
34
+ - [ ] Has a new module release (patch/minor) been created/scheduled?
35
+ - [ ] Have the appropriate ` backport ` labels been added to the PR?
36
+ - [ ] Is there a roll-out (and roll-back) plan, if required?
You can’t perform that action at this time.
0 commit comments