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
700 B
XML
17 lines
700 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<employeeset>
|
||
<version>2</version>
|
||
|
||
<employee id="full/m">Full-time employee</employee>
|
||
<employee id="full/f">Full-time employee</employee>
|
||
<employee id="part/m">Part-time employee</employee>
|
||
<employee id="part/f">Part-time employee</employee>
|
||
<employee id="intern/m">Intern</employee>
|
||
<employee id="intern/f">Intern</employee>
|
||
<!--You should use the intern function rather than this, but maybe this will be needed-->
|
||
<employee id="freelancer/m">Freelancer</employee>
|
||
<employee id="freelancer/f">Freelancer</employee>
|
||
<employee id="contractor/m">Contractor</employee>
|
||
<employee id="contractor/f">Contractor</employee>
|
||
</employeeset>
|