You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<_Please include a description of the change and why this change was made._>
3
+
<_Include a description of the change and why this change was made._>
10
4
11
-
For each item, place an "x" in between `[` and `]` if true. Example: `[x]`.
12
-
_(you can also check items in the GitHub UI)_
5
+
For details on how to complete to complete these options and their meaning refer to [CONTRIBUTING.md](https://github.com/microsoft/mu/blob/HEAD/CONTRIBUTING.md).
13
6
14
7
-[ ] Impacts functionality?
15
-
-**Functionality** - Does the change ultimately impact how firmware functions?
16
-
- Examples: Add a new library, publish a new PPI, update an algorithm, ...
17
8
-[ ] Impacts security?
18
-
-**Security** - Does the change have a direct security impact on an application,
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+52-1
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ submitted in the issues section.
21
21
## Security Vulnerabilities
22
22
23
23
Please review the repos `Security Policy` but in general every Project Mu repo has `Private vulnerability reporting`
24
-
enabled. Please use the security tab to report a potential issue.
24
+
enabled. Please use the security tab to report a potential issue.
25
25
26
26
### Identify Where to Report
27
27
@@ -63,6 +63,57 @@ configuration files. To aid maintainers in reviewing your code, we suggest adher
63
63
* If the contribution logically be broken up into separate pull requests that independently build and function
64
64
successfully, do use multiple pull requests.
65
65
66
+
#### Pull Request Description Checkboxes
67
+
68
+
Project Mu pull requests autopopulate a PR description from a template in most repositories. You should:
69
+
70
+
1.**Replace** this text with an actual descrption:
71
+
72
+
```txt
73
+
<_Include a description of the change and why this change was made._>
74
+
```
75
+
76
+
2.**Remove** this line of instructions so the PR description shows cleanly in release notes:
77
+
78
+
`"For details on how to complete to complete these options and their meaning refer to [CONTRIBUTING.md](https://github.com/microsoft/mu/blob/HEAD/CONTRIBUTING.md)."`
79
+
80
+
3. For each checkbox in the PR description, **place an "x"** in between `[` and `]` if true. Example: `[x]`.
81
+
_(you can also check items in the GitHub UI)_
82
+
83
+
***[] Impacts functionality?**
84
+
***Functionality** - Does the change ultimately impact how firmware functions?
85
+
* Examples: Add a new library, publish a new PPI, update an algorithm, ...
86
+
***[] Impacts security?**
87
+
***Security** - Does the change have a direct security impact on an application,
0 commit comments