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
Copy file name to clipboardExpand all lines: README.md
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
-
# Dev.java
1
+
# Contributing to Dev.java
2
2
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.
4
6
5
7
Here are the sections of this document:
6
8
@@ -9,6 +11,7 @@ Here are the sections of this document:
9
11
*[Content Lifecycle](#content-lifecycle)
10
12
*[Content Proposal](#content-proposal)
11
13
*[GitHub Workflow](#github-workflow)
14
+
*[Content License](#content-license)
12
15
*[Building the Site](#building-the-site)
13
16
*[Working with Content](#working-with-content)
14
17
@@ -59,7 +62,7 @@ All content must start with a Content Proposal. This will be in the form of a Gi
59
62
60
63
### GitHub Workflow
61
64
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:
63
66
64
67
1. Fork this repo
65
68
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
68
71
1. Submit a pull request back to this repo
69
72
70
73
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).
0 commit comments