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>
15 lines
617 B
XML
15 lines
617 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<employeeset>
|
||
<version>1</version>
|
||
|
||
<employee id="full/m">Employé temps-plein</employee>
|
||
<employee id="full/f">Employée temps-plein</employee>
|
||
<employee id="part/m">Employé temps-partiel</employee>
|
||
<employee id="part/f">Employée temps-partiel</employee>
|
||
<employee id="intern/m">Stagiaire</employee>
|
||
<employee id="intern/f">Stagiaire</employee>
|
||
<!--You should use the intern function rather than this, but maybe this will be needed-->
|
||
<employee id="freelancer/m">Consultant</employee>
|
||
<employee id="freelancer/f">Consultante</employee>
|
||
</employeeset>
|