1
- # Reason for This PR
1
+ ## Changes
2
2
3
- ` [Author TODO: add issue #.] `
4
- ` [Open the PR after the related issue has a clear conclusion.] `
5
- ` [If there is no issue which states the need for this PR, create one first.] `
6
- Fixes #
3
+ ...
7
4
8
- ## Description of Changes
5
+ ## Reason
9
6
10
- ` [Author TODO: add description of changes.] `
11
-
12
- - [ ] This functionality can be added in [ ` rust-vmm ` ] [ 1 ] .
7
+ ...
13
8
14
9
## License Acceptance
15
10
@@ -18,18 +13,18 @@ the terms of the Apache 2.0 license.
18
13
19
14
## PR Checklist
20
15
21
- ` [Author TODO: Meet these criteria.] `
22
- ` [Reviewer TODO: Verify that these criteria are met. Request changes if not] `
23
-
24
16
- [ ] All commits in this PR are signed (` git commit -s ` ).
25
- - [ ] The issue which led to this PR has a clear conclusion.
26
- - [ ] This PR follows the solution outlined in the related issue.
17
+ - [ ] If a specific issue led to this PR, this PR closes the issue.
27
18
- [ ] The description of changes is clear and encompassing.
28
19
- [ ] Any required documentation changes (code and docs) are included in this PR.
29
- - [ ] Any newly added ` unsafe ` code is properly documented.
30
- - [ ] Any API changes follow the [ Runbook for Firecracker API changes] [ 2 ] .
31
- - [ ] Any user -facing changes are mentioned in ` CHANGELOG.md ` .
20
+ - [ ] New ` unsafe ` code is documented.
21
+ - [ ] API changes follow the [ Runbook for Firecracker API changes] [ 2 ] .
22
+ - [ ] User -facing changes are mentioned in ` CHANGELOG.md ` .
32
23
- [ ] All added/changed functionality is tested.
33
24
25
+ ---
26
+
27
+ - [ ] This functionality can be added in [ ` rust-vmm ` ] [ 1 ] .
28
+
34
29
[ 1 ] : https://github.com/rust-vmm
35
30
[ 2 ] : ../docs/api-change-runbook.md
0 commit comments