Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 894 Bytes

File metadata and controls

40 lines (32 loc) · 894 Bytes

:octicon:`code-review` Developer Guide

This guide provides all the necessary information for contributing to the project. It covers core concepts, design principles, and instructions for setting up your development environment. You will also find detailed procedures for testing, creating releases, and other common development tasks.

.. toctree::
   :maxdepth: 2
   :caption: Concepts

   overview
   design
   directory-overview

.. toctree::
   :maxdepth: 2
   :caption: Tasks

   project-dependencies
   prepare-environment
   install-vscode
   develop-project
   create-pullrequests
   run-testsuite
   update-package
   bump-version
   update-project
   add-newsfragments
   build-changelog
   create-release
   trigger-actions

   migrate-config
   build-docs
   howto

.. toctree::
   :maxdepth: 2
   :caption: Appendix

   knowing-github-setup