Skip to content
Snippets Groups Projects
Commit 362db032 authored by Christopher Guindon's avatar Christopher Guindon Committed by Christopher Guindon
Browse files

Update README.md


Signed-off-by: Christopher Guindon's avatarChristopher Guindon <chris.guindon@eclipse-foundation.org>
parent 62f7585f
No related branches found
No related tags found
No related merge requests found
# jakartaee.github.io # jakartaee.github.io
Repository of the [Jakarta.ee](https://jakarta.ee) website. Jakarta Enterprise Edition (EE) is the future of cloud native Java. Jakarta EE open source software drives cloud native innovation, modernizes enterprise applications and protects investments in Java EE. Source code for the [Jakarta.ee](https://jakarta.ee) website. Jakarta Enterprise Edition (EE) is the future of cloud native Java. Jakarta EE open source software drives cloud native innovation, modernizes enterprise applications and protects investments in Java EE.
[![Build Status](https://travis-ci.org/jakartaee/jakartaee.github.io.svg?branch=src)](https://travis-ci.org/jakartaee/jakartaee.github.io) [![Build Status](https://travis-ci.org/jakartaee/jakartaee.github.io.svg?branch=src)](https://travis-ci.org/jakartaee/jakartaee.github.io)
## Contributing ## Contributing
1. Fork it! To contribute to this project, please [create a fork](https://help.github.com/articles/fork-a-repo/) of [jakartaee/jakartaee.github.io](https://github.com/jakartaee/jakartaee.github.io). 1. [Fork](https://help.github.com/articles/fork-a-repo/) the [jakartaee/jakartaee.github.io](https://github.com/jakartaee/jakartaee.github.io) repository.
2. Download source code with [hugo-solstice-theme](https://github.com/EclipseFdn/hugo-solstice-theme): `git clone --recursive https://github.com/[your_github_username]/jakartaee.github.io.git` 2. Clone repository with the [hugo-solstice-theme](https://github.com/EclipseFdn/hugo-solstice-theme) as a submodule): `git clone --recursive https://github.com/[your_github_username]/jakartaee.github.io.git`
3. Create your feature branch: `git checkout -b my-new-feature` 3. Create your feature branch: `git checkout -b my-new-feature`
4. Commit your changes: `git commit -m 'Add some feature' -s` 4. Commit your changes: `git commit -m 'Add some feature' -s`
5. Push the feature branch: `git push origin my-new-feature` 5. Push feature branch: `git push origin my-new-feature`
6. Submit a pull request 6. Submit a pull request
## Bugs and feature requests ## Bugs and feature requests
...@@ -26,4 +26,4 @@ Have a bug or a feature request? Please search for existing and closed issues. I ...@@ -26,4 +26,4 @@ Have a bug or a feature request? Please search for existing and closed issues. I
## Copyright and license ## Copyright and license
Code copyright 2018 the [jakartaee.github.io Authors](https://github.com/jakartaee/jakartaee.github.io/graphs/contributors) and [Eclipse Foundation, Inc.](https://www.eclipse.org) Code released under the [EPL-2.0 License](https://github.com/jakartaee/jakartaee.github.io/blob/src/LICENSE). Code copyright 2018 the [jakartaee.github.io Authors](https://github.com/jakartaee/jakartaee.github.io/graphs/contributors) and the [Eclipse Foundation, Inc.](https://www.eclipse.org) Code released under the [EPL-2.0 License](https://github.com/jakartaee/jakartaee.github.io/blob/src/LICENSE).
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment