Clean up CONTRIBUTING.md: (#5911)

- Reorganize sections for better navigability
- Add table of contents
- Rework frontend assets section for clarity and DRY
- Rework translating section for clarity, add "Add Translations" contribution type
- Move release docs only useful for maintainers to RELEASING.md
- Other miscellaneous improvements
This commit is contained in:
Alek Storm
2018-09-19 12:01:51 -05:00
committed by Maxime Beauchemin
parent 8fff0d9e8f
commit 549328f8f0
4 changed files with 409 additions and 396 deletions

View File

@@ -672,20 +672,12 @@ and run via: ::
celery flower --app=superset.sql_lab:celery_app
Making your own build
Building from source
---------------------
For more advanced users, you may want to build Superset from sources. That
More advanced users may want to build Superset from sources. That
would be the case if you fork the project to add features specific to
your environment.::
# assuming $SUPERSET_HOME as the root of the repo
cd $SUPERSET_HOME/superset/assets
yarn
yarn run build
cd $SUPERSET_HOME
python setup.py install
your environment. See `CONTRIBUTING.md <https://github.com/apache/incubator-superset/blob/master/CONTRIBUTING.md#local-development>`_.
Blueprints
----------