Skip to content

Commit da4edd1

Browse files
authored
Merge pull request #65 from java/chad-content-license
Adding more information about content license and OCA
2 parents f4c594f + b719231 commit da4edd1

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# Dev.java
1+
# Contributing to Dev.java
22

3-
[Dev.java](https://dev.java) is the official website for the Java platform and language maintained by the Java Platform Group at Oracle. This repository contains a lightweight JavaScript toolchain to build the site into static HTML and guidelines for contributing to it.
3+
[Dev.java](https://dev.java) is the official website for the Java platform and language maintained by the Java Platform Group at Oracle. We accept contributions from community members through this repository. [Click here](https://dev.java/authors) for examples of contributed content.
4+
5+
This repository contains the contribution guidelines as well as a lightweight JavaScript toolchain to build the site into static HTML.
46

57
Here are the sections of this document:
68

@@ -9,6 +11,7 @@ Here are the sections of this document:
911
* [Content Lifecycle](#content-lifecycle)
1012
* [Content Proposal](#content-proposal)
1113
* [GitHub Workflow](#github-workflow)
14+
* [Content License](#content-license)
1215
* [Building the Site](#building-the-site)
1316
* [Working with Content](#working-with-content)
1417

@@ -59,7 +62,7 @@ All content must start with a Content Proposal. This will be in the form of a Gi
5962

6063
### GitHub Workflow
6164

62-
Once your proposal has been moved to the `accepted` stage, you can begin working on your content. Here are the steps to do this:
65+
Once your proposal has been moved to the `approved` stage, you can begin working on your content. Here are the steps to do this:
6366

6467
1. Fork this repo
6568
1. Create a branch off of `main` for each piece of content
@@ -68,6 +71,10 @@ Once your proposal has been moved to the `accepted` stage, you can begin working
6871
1. Submit a pull request back to this repo
6972

7073

74+
### Content License
75+
76+
Contributors must sign the [Oracle Contributor Agreement](https://oca.opensource.oracle.com/) which will be verified once there is a pull request created. Contributed content is made available under the [UPL license](https://oss.oracle.com/licenses/upl/). You can find examples [here](https://dev.java/authors).
77+
7178

7279
## Building the Site
7380

0 commit comments

Comments
 (0)