continuous-integration/drone/push Build is passing
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>
17 lines
730 B
XML
17 lines
730 B
XML
<?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>
|