blob: e95042d4a65ce4c14d1a6aa26abbd1c2d7f2aa52 [file] [log] [blame]
.. _docs-customization:
=============
Customization
=============
If you're using this repository as a base for your own project, you can
customize a variety of aspects to meet your needs.
------
Banner
------
Make the project yours with your own banner! Edit ``banner.txt`` as desired,
you can find some suggestions for generating art
`here <https://pigweed.dev/pw_cli/#making-the-ascii-ansi-art>`_.
----------
Presubmits
----------
Sample presubmit checks are included in ``tools/presubmit_checks.py``.
To install them as a pre-push git hook, run ``pw presubmit --install``. See
the `pw_presubmit <https://pigweed.dev/pw_presubmit>`_ module documentation for
more information.