Files
delliottandDarragh Elliott b9caf021a4
continuous-integration/drone/push Build is passing
fix/paragraphs (#5431)
Currently implements both a format hook to remove white-space paragraphs, and a check to make their existence a critical failure.

In the end may implement only one or none of these, subject to major design changes.

Solves #5409

Co-authored-by: Darragh Elliott <me@delliott.net>
Reviewed-on: #5431
Co-authored-by: delliott <delliott@fsfe.org>
Co-committed-by: delliott <delliott@fsfe.org>
2025-10-30 12:34:42 +00:00

17 lines
730 B
XML
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<employeeset>
<version>2</version>
<employee id="full/m">Dipendente a tempo pieno</employee>
<employee id="full/f">Dipendente a tempo pieno</employee>
<employee id="part/m">Dipendente part-time</employee>
<employee id="part/f">Dipendente part-time</employee>
<employee id="intern/m">Stagista</employee>
<employee id="intern/f">Stagista</employee>
<!--You should use the intern function rather than this, but maybe this will be needed-->
<employee id="freelancer/m">Collaboratore</employee>
<employee id="freelancer/f">Collaboratore</employee>
<employee id="contractor/m">Consulente</employee>
<employee id="contractor/f">Consulente</employee>
</employeeset>