doc/contributordoc.md

44 lines
2.3 KiB
Markdown
Raw Normal View History

2014-06-08 15:05:56 +02:00
# Contributor documentation
2018-06-04 23:08:29 +02:00
* [General ways of contributing to YunoHost](/contribute)
* [Writing documentation](/write_documentation)
2020-05-03 15:47:10 +02:00
* [Documentation writing guide](/doc_writing_guide)
* [Markdown guide](/doc_markdown_guide)
* [Power your code using Git & GitHub](/doc_use_git)
2019-01-22 17:48:37 +01:00
* [Chat rooms](/chat_rooms)
2018-06-04 23:08:29 +02:00
* Application packaging
* [Apps wishlist](/apps_wishlist)
* [General introduction to app packaging](/packaging_apps_start)
* [Technical introduction to app packaging](/packaging_apps)
2020-04-03 19:01:44 +02:00
* [How to use Git to package apps](/packaging_apps_git)
2020-03-28 06:54:10 +01:00
* [Setting up a dev environment with VirtualBox](/packaging_apps_virtualbox)
2018-06-04 23:08:29 +02:00
* [Manifest](packaging_apps_manifest)
* [Scripts](packaging_apps_scripts)
* [Arguments management](packaging_apps_arguments_management)
2020-09-05 19:49:02 +02:00
* [Arguments format](packaging_apps_arguments_format)
2020-09-15 13:57:31 +02:00
* [NGINX configuration](packaging_apps_nginx_conf)
2018-06-04 23:08:29 +02:00
* [Multi-instance](packaging_apps_multiinstance)
* [Helpers](packaging_apps_helpers)
2020-03-28 06:54:10 +01:00
* [Trap usage](/packaging_apps_trap)
* [Adding your app to the apps list](https://github.com/YunoHost/Apps/#contributing)
2020-09-05 19:49:02 +02:00
* [Advanced packaging features](/packaging_apps_advanced)
* [Application actions](/packaging_apps_actions)
* [Application configuration panel](/packaging_apps_config_panel)
2018-06-04 23:08:29 +02:00
* Quality tests
* [Package linter](https://github.com/YunoHost/package_linter)
* [Package check](https://github.com/YunoHost/package_check)
2020-03-28 06:54:10 +01:00
* [Applications levels](/packaging_apps_levels)
2019-03-10 00:37:25 +01:00
* [App Continuous Integration](https://ci-apps.yunohost.org)
2018-06-04 23:08:29 +02:00
* [App CI dashboard](https://dash.yunohost.org/appci/branch/stable)
2019-03-10 00:37:25 +01:00
* [App Continuous Integration for packagers](/packaging_apps_ci)
2020-03-28 06:54:10 +01:00
* [YEP - YunoHost Enhancement Proposals](/packaging_apps_guidelines)
2018-06-04 23:08:29 +02:00
* [Contributing to the YunoHost core](/dev)
* [Setting up a dev environment with ynh-dev](https://github.com/YunoHost/ynh-dev/blob/master/README.md)
* [Deb build chain](https://github.com/YunoHost/vinaigrette/blob/master/README.md)
* Image building
* [x86 ISO](https://github.com/YunoHost/cd_build)
* [Raspberry Pi images](https://github.com/YunoHost/rpi-image)
* [Other ARM board images](https://github.com/YunoHost/arm-images)
* [Using the YunoHost API outside of the webadmin](/admin_api)
2020-03-30 01:58:11 +02:00
* [A discussion about shell variable scope](shell_variables_scope)