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
<!-- @copyright Copyright (c) contributors to Project Ocre,
2
+
which has been established as Project Ocre a Series of LF Projects, LLC
3
+
4
+
SPDX-License-Identifier: Apache-2.0 -->
5
+
1
6
# Code of Conduct
2
7
3
8
Ocre is a project of Linux Foundation Edge and applies the [LF Edge Contributor Code of Conduct](https://www.lfedge.org/governance/code-of-conduct/).
4
9
5
-
Please reach out to Ocre-TSC+help@lists.lfedge.org in the event of any Code of Conduct violations or concerns. All communications will be kept confidential.
10
+
Please reach out to Ocre-TSC+help@lists.lfedge.org in the event of any Code of Conduct violations or concerns. All communications will be kept confidential.
Make sure to check the [readme](https://github.com/project-ocre/ocre-runtime/blob/master/README.md) first. If the question is concise and probably has a short answer, asking it in our [slack channel](https://lfedge.slack.com/archives/C07F190CC3X) is probably the fastest way to find the answer.
11
11
12
-
If you still prefer GitHub issues, remove all this text and ask your question here.
12
+
If you still prefer GitHub issues, remove all this text and ask your question here.
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+13-6Lines changed: 13 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,15 @@
1
+
<!-- @copyright Copyright (c) contributors to Project Ocre,
2
+
which has been established as Project Ocre a Series of LF Projects, LLC
3
+
4
+
SPDX-License-Identifier: Apache-2.0 -->
5
+
1
6
# Description
2
7
3
8
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
4
9
5
10
Also, please list any issue that this PR is intended to fix.
6
11
7
-
- Fixes issue #
12
+
- Fixes issue #
8
13
9
14
## Type of change
10
15
@@ -19,12 +24,14 @@ Please delete options that are not relevant.
19
24
-[ ] Test Coverage update
20
25
21
26
# How Has This Been Tested?
22
-
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration including the following required details.
27
+
28
+
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration including the following required details.
23
29
24
30
**Test Configuration (required)**:
25
-
* Host OS type, version, and arch: `Ubuntu 20.04 (arm64)`
26
-
* Developer Board make & model: `ST Nucleo h723zg`
27
-
* Board Tools Installed: `STM32CubeProgrammer`)
31
+
32
+
- Host OS type, version, and arch: `Ubuntu 20.04 (arm64)`
33
+
- Developer Board make & model: `ST Nucleo h723zg`
34
+
- Board Tools Installed: `STM32CubeProgrammer`
28
35
29
36
# Checklist:
30
37
@@ -34,4 +41,4 @@ Please describe the tests that you ran to verify your changes. Provide instructi
34
41
-[ ] I have made corresponding changes to the documentation
35
42
-[ ] My changes generate no new warnings
36
43
-[ ] I have added tests that prove my fix is effective or that my feature works
37
-
-[ ] New and existing unit tests pass locally with my changes
44
+
-[ ] New and existing unit tests pass locally with my changes
0 commit comments