zephyr/doc/development_process/index.rst
Anas Nashif 077447a52b doc: consolidate api status and guidelines
Move all docs related to APIs and the guidelines around them into one
page.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2021-04-20 14:38:16 +02:00

29 lines
710 B
ReStructuredText

.. _development_model:
Development Model
#################
.. toctree::
:maxdepth: 1
release_process
proposals
code_flow
dev_env_and_tools
issues
communication
documentation
Terminology
***********
- mainline: The main tree where the core functionality and core features are
being developed.
- subsystem/feature branch: is a branch within the same repository. In our case,
we will use the term branch also when referencing branches not in the same
repository, which are a copy of a repository sharing the same history.
- upstream: A parent branch the source code is based on. This is the branch you
pull from and push to, basically your upstream.
- LTS: Long Term Support