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
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +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.
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 repo. [Click here](https://dev.java/authors) for examples of contributed content.
4
4
5
-
We [recently announced](https://inside.java) that we are accepting contributions to Dev.java. This repository contains a lightweight JavaScript toolchain to build the site into static HTML and guidelines for contributing to it.
5
+
This repo contains the contribution guidelines as well as a lightweight JavaScript toolchain to build the site into static HTML.
6
6
7
7
Here are the sections of this document:
8
8
@@ -11,6 +11,7 @@ Here are the sections of this document:
11
11
*[Content Lifecycle](#content-lifecycle)
12
12
*[Content Proposal](#content-proposal)
13
13
*[GitHub Workflow](#github-workflow)
14
+
*[Content License](#content-license)
14
15
*[Building the Site](#building-the-site)
15
16
*[Working with Content](#working-with-content)
16
17
@@ -70,6 +71,10 @@ Once your proposal has been moved to the `accepted` stage, you can begin working
70
71
1. Submit a pull request back to this repo
71
72
72
73
74
+
### Contributor Agreement and License
75
+
76
+
Contributors must sign the OCA 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