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
735 B
XML
17 lines
735 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<employeeset>
|
|
<version>2</version>
|
|
|
|
<employee id="full/m">Vollzeit-Mitarbeiter</employee>
|
|
<employee id="full/f">Vollzeit-Mitarbeiterin</employee>
|
|
<employee id="part/m">Teilzeit-Mitarbeiter</employee>
|
|
<employee id="part/f">Teilzeit-Mitarbeiterin</employee>
|
|
<employee id="intern/m">Praktikant</employee>
|
|
<employee id="intern/f">Praktikantin</employee>
|
|
<!--You should use the intern function rather than this, but maybe this will be needed-->
|
|
<employee id="freelancer/m">Freier Mitarbeiter</employee>
|
|
<employee id="freelancer/f">Freie Mitarbeiterin</employee>
|
|
<employee id="contractor/m">Contractor</employee>
|
|
<employee id="contractor/f">Contractor</employee>
|
|
</employeeset>
|