Skip to content

Commit

Permalink
Small title fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiggi committed Apr 2, 2024
1 parent f294ab2 commit 9f05cf7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/source/maintainers_guidelines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ This webhook is linked to the ximage core developer.
Ghiggi Gionata owns the `ReadTheDoc <https://readthedocs.org/>`__ account.


Package releases pipeline
============================
Package release
==================

A `GitHub Action <https://github.com/ghiggi/ximage/actions>`_ is configured to automate the packaging and uploading process
to `PyPI <https://pypi.org/project/ximage/>`_.
Expand Down Expand Up @@ -186,10 +186,10 @@ The review process is the following:



Continuous integration (CI) testing tools
===========================================
Continuous integration
========================

Continuous integration (CI) is a crucial practice in modern software development, ensuring that code changes are regularly integrated into the main codebase.
Continuous Integration (CI) is a crucial practice in modern software development, ensuring that code changes are regularly integrated into the main codebase.
With CI, each commit or pull request triggers an automated process that verifies the integrity of the codebase, runs tests,
and performs various checks to catch issues early in the development lifecycle.

Expand Down

0 comments on commit 9f05cf7

Please sign in to comment.