### What is this PR for? git repo infra have moved from incubator-zeppelin to zeppelin ### What type of PR is it? Hot Fix ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Mina Lee <minalee@apache.org> Closes #983 from minahlee/ZEPPELIN-980 and squashes the following commits:7542c31[Mina Lee] remove travis url after travis migration is done3793b38[Mina Lee] Move git repository from incubator-zeppelin to zeppelin
2.1 KiB
| layout | title | description | group |
|---|---|---|---|
| page | How to contribute (website) | How to contribute (website) | development |
Contributing to Apache Zeppelin ( Website )
IMPORTANT
Apache Zeppelin is an Apache2 License Software. Any contribution to Zeppelin (Source code, Documents, Image, Website) means you agree license all your contributions as Apache2 License.
Modifying the website
Getting the source code
Website is hosted in 'master' branch under /docs/ dir.
First of all, you need the website source code. The official location of mirror for Zeppelin is http://git.apache.org/zeppelin.git.
Get the source code on your development machine using git.
git clone git://git.apache.org/zeppelin.git
cd docs
Build
To build, you'll need to install some prerequisites. Please check 'Build documentation' section in docs/README.md.
Run website in development mode
While you're modifying website, you'll want to see preview of it. Please check 'Run website' section in docs/README.md.
You'll be able to access it on http://localhost:4000 with your web browser.
Making a Pull Request
When you are ready, just make a pull-request.
Alternative way
You can directly edit .md files in /docs/ dir at github's web interface and make pull-request immediatly.
JIRA
Zeppelin manages its issues in Jira. https://issues.apache.org/jira/browse/ZEPPELIN
Stay involved
Contributors should join the Zeppelin mailing lists.
- dev@zeppelin.apache.org is for people who want to contribute code to Zeppelin. [subscribe](mailto:dev-subscribe@zeppelin.apache.org?subject=send this email to subscribe), [unsubscribe](mailto:dev-unsubscribe@zeppelin.apache.org?subject=send this email to unsubscribe), archives