Skip to content

Commit 5ab5176

Browse files
authored
Merge pull request #2 from oracle/formatting
fix: switched instructions from blockquote to comments
2 parents 422b6d3 + a8bb17f commit 5ab5176

File tree

2 files changed

+24
-21
lines changed

2 files changed

+24
-21
lines changed

README.md

+16-14
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
# About [project]
1+
# Project name
22

3-
> Describe your project's features, functionality and target audience
3+
<!-- Describe your project's features, functionality and target audience -->
44

55
## Installation
66

7-
> Provide detailed step-by-step installation instructions
7+
<!-- Provide detailed step-by-step installation instructions -->
88

99
## Documentation
1010

11-
> Developer-oriented documentation can be published on GitHub, but all product
12-
documentation must be published on <https://docs.oracle.com>.
11+
<!-- Developer-oriented documentation can be published on GitHub, but all product
12+
documentation must be published on <https://docs.oracle.com>. -->
1313

1414
## Examples
1515

16-
> Describe any included examples or provide a link to a demo/tutorial
16+
<!-- Describe any included examples or provide a link to a demo/tutorial -->
1717

1818
## Help
1919

20-
> Inform users on where to get help or how to receive official support from Oracle
21-
(if applicable).
20+
<!-- Inform users on where to get help or how to receive official support from Oracle
21+
(if applicable). -->
2222

2323
## Contributing
2424

25-
> If your project has specific contribution requirements, update the
26-
`CONTRIBUTING.md` file to ensure those requirements are clearly explained.
25+
<!-- If your project has specific contribution requirements, update the
26+
CONTRIBUTING.md file to ensure those requirements are clearly explained. -->
2727

2828
This project welcomes contributions from the community. Before submitting a pull
2929
request, please [review our contribution guide](./CONTRIBUTING.md).
@@ -35,12 +35,14 @@ vulnerability disclosure process.
3535

3636
## License
3737

38-
> The correct copyright notice format for both documentation and software
39-
is `Copyright (c) [year,] year Oracle and/or its affiliates.`
40-
You must include the year the content was first released (on any platform) and
41-
the most recent year in which it was revised.
38+
<!-- The correct copyright notice format for both documentation and software
39+
is "Copyright (c) [year,] year Oracle and/or its affiliates."
40+
You must include the year the content was first released (on any platform) and
41+
the most recent year in which it was revised. -->
4242

4343
Copyright (c) 2021 Oracle and/or its affiliates.
4444

45+
<!-- Replace this statement if your project is not licensed under the UPL -->
46+
4547
Released under the Universal Permissive License v1.0 as shown at
4648
<https://oss.oracle.com/licenses/upl/>.

SECURITY.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ and privacy of all our users.
66

77
Please do NOT raise a GitHub Issue to report a security vulnerability. If you
88
believe you have found a security vulnerability, please submit a report to
9-
<mailto:[email protected]> preferably with a proof of concept. Please review
10-
some additional information on [how to report security vulnerabilities to Oracle][1].
9+
[[email protected]][1] preferably with a proof of concept. Please review
10+
some additional information on [how to report security vulnerabilities to Oracle][2].
1111
We encourage people who contact Oracle Security to use email encryption using
12-
[our encryption key][2].
12+
[our encryption key][3].
1313

1414
We ask that you do not use other channels or contact the project maintainers
1515
directly.
@@ -24,7 +24,7 @@ will typically release security fixes in conjunction with the
2424
[Oracle Critical Patch Update][3] program. Security updates are released on the
2525
Tuesday closest to the 17th day of January, April, July and October. A pre-release
2626
announcement will be published on the Thursday preceding each release. Additional
27-
information, including past advisories, is available on our [security alerts][3]
27+
information, including past advisories, is available on our [security alerts][4]
2828
page.
2929

3030
## Security-related information
@@ -34,6 +34,7 @@ for secure use, or any known security issues in our documentation. Please note
3434
that labs and sample code are intended to demonstrate a concept and may not be
3535
sufficiently hardened for production use.
3636

37-
[1]: https://www.oracle.com/corporate/security-practices/assurance/vulnerability/reporting.html
38-
[2]: https://www.oracle.com/security-alerts/encryptionkey.html
39-
[3]: https://www.oracle.com/security-alerts/
37+
[1]: mailto:[email protected]
38+
[2]: https://www.oracle.com/corporate/security-practices/assurance/vulnerability/reporting.html
39+
[3]: https://www.oracle.com/security-alerts/encryptionkey.html
40+
[4]: https://www.oracle.com/security-alerts/

0 commit comments

Comments
 (0)