Skip to content

Commit 7d6c578

Browse files
Changes in Contributing, Readme and Security files
1 parent bf64353 commit 7d6c578

File tree

3 files changed

+12
-16
lines changed

3 files changed

+12
-16
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ For bugs or enhancement requests, please file a GitHub issue unless it's securit
1010

1111
We welcome your code contributions. To get started, you will need to sign the [Oracle Contributor Agreement](https://www.oracle.com/technetwork/community/oca-486395.html) (OCA).
1212

13-
For pull requests to be accepted, the bottom of your commit message must have
14-
the following line using the name and e-mail address you used for the OCA.
13+
For pull requests to be accepted, the bottom of your commit message must have the following line using the name and e-mail address you used for the OCA.
1514

1615
```text
1716
Signed-off-by: Your Name <[email protected]>
@@ -29,16 +28,13 @@ signed the OCA can be accepted.
2928
### Pull request process
3029

3130
1. Fork this repository
32-
1. Create a branch in your fork to implement the changes. We recommend using
33-
the issue number as part of your branch name, e.g. `1234-fixes`
34-
1. Ensure that any documentation is updated with the changes that are required
35-
by your fix.
36-
1. Ensure that any samples are updated if the base image has been changed.
37-
1. Submit the pull request. *Do not leave the pull request blank*. Explain exactly
38-
what your changes are meant to do and provide simple steps on how to validate
39-
your changes. Ensure that you reference the issue you created as well.
40-
1. We will assign the pull request to 2-3 people for review before it is merged.
31+
2. Create a branch in your fork to implement the changes. We recommend using the issue number as part of your branch name, e.g. `1234-fixes`
32+
3. Ensure that any documentation is updated with the changes that are required by your fix.
33+
4. Ensure that any samples are updated if the base image has been changed.
34+
5. Submit the pull request. *Do not leave the pull request blank*. Explain exactly
35+
what your changes are meant to do and provide simple steps on how to validate your changes. Ensure that you reference the issue you created as well.
36+
6. We will assign the pull request to 2-3 people for review before it is merged.
4137

4238
## Code of Conduct
4339

44-
Follow the [Golden Rule](https://en.wikipedia.org/wiki/Golden_Rule). If you'd like more specific guidelines see the [Contributor Covenant Code of Conduct](https://www.contributor-covenant.org/version/1/4/code-of-conduct/)
40+
Follow the [Golden Rule](https://en.wikipedia.org/wiki/Golden_Rule). If you'd like more specific guidelines see the [Contributor Covenant Code of Conduct](https://www.contributor-covenant.org/version/1/4/code-of-conduct/)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Prerequisite
55
- Git
66
- Ant 1.9.9 or above
7-
- JDK-8 (to build nb-javac)
7+
- JDK 8 or above (to build nb-javac)
88

99
# Building nb-javac jar files
1010
1.Obtain the code with the following command
@@ -56,4 +56,4 @@ Subscribe or mail the [email protected] list - Join development discussion
5656
See the [Contributing Policy](./CONTRIBUTING.md)
5757

5858
# Security
59-
See the [Security Policy](./SECURITY.md)
59+
See the [Security Policy](./SECURITY.md)

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
Oracle values the independent security research community and believes that responsible disclosure of security vulnerabilities helps us ensure the security and privacy of all our users.
33
Please do NOT raise a GitHub Issue to report a security vulnerability. If you believe you have found a security vulnerability, please submit a report to [email protected] preferably with a proof of concept. We provide additional information on how to report security vulnerabilities to Oracle which includes public encryption keys for secure email.
44
We ask that you do not use other channels or contact project contributors directly.
5-
Non-vulnerability related security issues such as new great new ideas for security features are welcome on GitHub Issues.
5+
Non-vulnerability related security issues such as great new ideas for security features are welcome on GitHub Issues.
66

77
# Security Updates, Alerts and Bulletins
88
Security updates will be released on a regular cadence. Many of our projects will typically release security fixes in conjunction with the Oracle Critical Patch Update program. Security updates are released on the Tuesday closest to the 17th day of January, April, July and October. A pre-release announcement will be published on the Thursday preceding each release. Additional information, including past advisories, is available on our Security Alerts page.
99

1010
# Security-Related Information
11-
We will provide security related information such as a threat model, considerations for secure use, or any known security issues in our documentation. Please note that labs and sample code are intended to demonstrate a concept and may not be sufficiently hardened for production use.
11+
We will provide security related information such as a threat model, considerations for secure use, or any known security issues in our documentation. Please note sample code (if any) are intended to demonstrate a concept and may not be sufficiently hardened for production use.

0 commit comments

Comments
 (0)