Skip to content

Commit 0fc5d5d

Browse files
SorinOlarikr-t
authored andcommitted
md-files: modify .md files after linter check
Signed-off-by: SorinO <sorin.olari2@gmail.com>
1 parent 99498f6 commit 0fc5d5d

15 files changed

Lines changed: 60 additions & 42 deletions

.github/CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ SPDX-License-Identifier: Apache-2.0 -->
77

88
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/).
99

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.
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.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Question
3-
about: Ask a question about Ocre
3+
about: Ask a question about Ocre
44
title: ''
55
labels: question
66
assignees: ''
@@ -9,4 +9,4 @@ assignees: ''
99

1010
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.
1111

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.

.github/ISSUE_TEMPLATE/30_bug-report.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
---
22
name: Bug report
3-
about: Create a report to help us improve Ocre
3+
about: Create a report to help us improve Ocre
44
title: ''
55
labels: bug
66
assignees: ''
77

88
---
99

10-
1110
Please provide information requested in the template below as much as possible.
1211

1312
#### Describe the bug
1413

1514
A clear and concise description of the problem.
1615

17-
1816
#### Duplicate
1917

2018
If you are reporting a new issue, make sure that we do not have any duplicates
@@ -36,4 +34,4 @@ If applicable, add screenshots to help explain your problem.
3634

3735
#### Additional context
3836

39-
Add any other information about the problem here.
37+
Add any other information about the problem here.

.github/ISSUE_TEMPLATE/40_security_task.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,29 @@ labels: security
66
assignees: ''
77
---
88

9-
#### Security Issue Description
9+
#### Security Issue Description
10+
1011
Provide a brief description of the security concern or task.
1112

12-
#### Affected Components
13+
#### Affected Components
14+
1315
List any relevant components, services, or dependencies impacted.
1416

15-
#### Severity & Impact
17+
#### Severity & Impact
18+
1619
- [ ] Low - Minor security concern, limited impact
1720
- [ ] Medium - Potential risk, but not critical
1821
- [ ] High - Significant risk, requires immediate attention
1922
- [ ] Critical - Severe vulnerability, urgent resolution needed
2023

21-
#### Steps to Reproduce (if applicable)
24+
#### Steps to Reproduce (if applicable)
25+
2226
If reporting a vulnerability or bug, provide steps to reproduce the issue.
2327

24-
#### Suggested Remediation
28+
#### Suggested Remediation
29+
2530
Provide any suggested fixes, mitigations, or security best practices to address the issue.
2631

27-
#### Additional Context
32+
#### Additional Context
33+
2834
Any other relevant information, links to related issues, reference materials, or CVEs.

.github/ISSUE_TEMPLATE/50_unhiol_task.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,18 @@ assignees: ''
77
---
88

99
#### Task Description
10+
1011
Brief description of the issue or task needed.
1112

1213
#### Requirements
14+
1315
- [ ] Requirement 1
1416
- [ ] Requirement 2
1517

1618
#### Expected Outcome
19+
1720
What should be the end result of this task?
1821

1922
#### Additional Context
23+
2024
Any other relevant information, links to related issues, or reference materials.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Please include a summary of the change and which issue is fixed. Please also inc
99

1010
Also, please list any issue that this PR is intended to fix.
1111

12-
- Fixes issue #
12+
- Fixes issue #
1313

1414
## Type of change
1515

@@ -24,12 +24,14 @@ Please delete options that are not relevant.
2424
- [ ] Test Coverage update
2525

2626
# How Has This Been Tested?
27-
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.
2829

2930
**Test Configuration (required)**:
30-
* Host OS type, version, and arch: `Ubuntu 20.04 (arm64)`
31-
* Developer Board make & model: `ST Nucleo h723zg`
32-
* 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`
3335

3436
# Checklist:
3537

@@ -39,4 +41,4 @@ Please describe the tests that you ran to verify your changes. Provide instructi
3941
- [ ] I have made corresponding changes to the documentation
4042
- [ ] My changes generate no new warnings
4143
- [ ] I have added tests that prove my fix is effective or that my feature works
42-
- [ ] New and existing unit tests pass locally with my changes
44+
- [ ] New and existing unit tests pass locally with my changes

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ which has been established as Project Ocre a Series of LF Projects, LLC
33
44
SPDX-License-Identifier: Apache-2.0 -->
55

6-
# Contributing to Ocre
6+
# Contributing to Ocre
77

88
The Ocre community shares the spirit of the [Apache Way](https://apache.org/theapacheway/)
99
and believes in "Community over Code". We welcome any and all types of contributions
@@ -70,7 +70,7 @@ replace those parts with "REDACTED").
7070

7171
The Ocre community takes security seriously. If you discover a security issue, please bring it to our attention right away!
7272

73-
Please *DO NOT* file a public issue, instead send your report privately to [Ocre-TSC+owner@lists.lfedge.org](mailto:Ocre-TSC+owner@lists.lfedge.org).
73+
Please *DO NOT* file a public issue, instead send your report privately to [Ocre-TSC+owner@lists.lfedge.org](mailto:Ocre-TSC+owner@lists.lfedge.org).
7474

7575
## Code contributions
7676

@@ -84,8 +84,8 @@ that may be out of scope for the project.
8484

8585
Not sure if that typo is worth a pull request? Found a bug and know how to fix
8686
it? Do it! We will appreciate it. We are always thrilled to receive pull requests.
87-
We do our best to process them quickly. When creating your PR, please tag relevant
88-
maintainers from our [MAINTAINERS.md](https://github.com/project-ocre/ocre-runtime/blob/main/MAINTAINERS.md) file.
87+
We do our best to process them quickly. When creating your PR, please tag relevant
88+
maintainers from our [MAINTAINERS.md](https://github.com/project-ocre/ocre-runtime/blob/main/MAINTAINERS.md) file.
8989
If your pull request is not accepted on the first try, don't get discouraged!
9090

9191
### Commit Messages

MAINTAINERS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This page lists all active maintainers (also known as committers) of the [Ocre P
1010
For governance guidelines and information on becoming a committer/maintainer, see the [Ocre Wiki](https://lf-edge.atlassian.net/wiki/spaces/OCRE/overview). For general contribution guidelines, refer to [CONTRIBUTING.md](https://github.com/project-ocre/ocre-runtime/blob/master/CONTRIBUTING.md).
1111

1212
## Active Maintainers
13+
1314
| Name | GitHub Username | Email |
1415
|------|-------|-----------|
1516
| Stephen Berard | @sberard | stephen@atym.io |

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ SPDX-License-Identifier: Apache-2.0 -->
99

1010
The Ocre community takes security seriously. If you discover a security issue, please bring it to our attention right away!
1111

12-
Please DO NOT file a public issue, instead send your report privately to Ocre-TSC+owner@lists.lfedge.org.
12+
Please DO NOT file a public issue, instead send your report privately to Ocre-TSC+owner@lists.lfedge.org.
1313

1414
## Security Overview
1515

16-
The main Ocre repo's [CONTRIBUTING.md](https://github.com/project-ocre/ocre-runtime/blob/master/CONTRIBUTING.md) has additional information about contributions and security approaches.
16+
The main Ocre repo's [CONTRIBUTING.md](https://github.com/project-ocre/ocre-runtime/blob/master/CONTRIBUTING.md) has additional information about contributions and security approaches.

docs/BuildSystemLinux.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ However, for [memory leak checks](tests/LeakChecks.md) and [source code test cov
1414

1515
This file described the generic configuration that is used by Ocre Library or the builds described above.
1616

17-
### Configuration
17+
## Configuration
1818

1919
This sections describes the build-time configuration honored by samples and tests in Linux.
2020

21-
#### Version
21+
### Version
2222

2323
There are several components of the Ocre version that gets compiled in the project.
2424

@@ -29,20 +29,20 @@ If the file does not exist, and the source tree is not a valid git repository, t
2929

3030
Check [Versioning](Versioning.md) documentation for more information.
3131

32-
#### Ocre build Configuration
32+
### Ocre build Configuration
3333

3434
The default Ocre build configuration is in the file `src/platform/posix/include/ocre/platform/config.h`.
3535
These options should not be changed by the user and the defaults should be used.
3636

37-
#### build-time variables
37+
### build-time variables
3838

3939
Some relevant build-time variables are described below:
4040

4141
- `OCRE_INPUT_FILE_NAME`: Absolute path to the container file to be executed by the mini sample application.
4242
- `OCRE_PRELOADED_IMAGES`: List of absolute paths images to be added to the state information directory.
4343
- `OCRE_SDK_PRELOADED_IMAGES`: List of ocre-sdk submodule target images to be added to the state information directory.
4444

45-
#### State information directory
45+
### State information directory
4646

4747
In Linux, the [state information](StateInformation.md) is usually stored by default in `/var/run/ocre` if Ocre is installed as a system service. For tests, these are usually stored relative to the build directory.
4848

0 commit comments

Comments
 (0)