-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from stakater/markdown-lint
Markdownlint
- Loading branch information
Showing
7 changed files
with
26 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# Sweden Vacation | ||
|
||
An employee is entitled to 25 vacation days per year which should be used in consultation with their manager. Vacation days are earned retroactively. If an employment term ends at a point when an employee has used more vacation days than they have earned, the excess days are offset when the final salary is calculated. | ||
|
||
For any type of emergency or unforeseen absence, employees have to inform their supervisor at the customer organization and manager at Stakater as soon as possible. | ||
|
||
If the employee is planning to take a long parental leave, he/she should inform their supervisor at least 6 months in advance. This applies to both full-time and part-time leave. The employee should also communicate how long the leave is scheduled to last. If the employee wants to terminate their parental leave they are entitled to resume their work as before. This should be communicated to Stakater and the customer organization as soon as possible. For parental leave longer than one year, the employee must return any equipment issued by the company such as laptop and mobile phone. | ||
If the employee is planning to take a long parental leave, he/she should inform their supervisor at least 6 months in advance. This applies to both full-time and part-time leave. The employee should also communicate how long the leave is scheduled to last. If the employee wants to terminate their parental leave they are entitled to resume their work as before. This should be communicated to Stakater and the customer organization as soon as possible. For parental leave longer than one year, the employee must return any equipment issued by the company such as laptop and mobile phone. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"MD007": { "indent": 4 }, | ||
"MD013": false, | ||
"MD024": false, | ||
} |