Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ADD] sudan public holidays #179

Closed
wants to merge 2 commits into from
Closed

Conversation

Mazin-Ibrahim
Copy link

Contributing a new country ?

  • Have you checked to ensure there aren't other open Pull Requests for the same country?
  1. Create a new class in the Countries directory. It should extend the Country class.
  2. Add a test for the new country in the tests directory.
  3. Run the tests so a snapshot gets created.
  4. Verify the result in the newly created snapshot is correct.

*/
private function variableHolidays(int $year): array
{
return [];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is how other countries solved the Islamic holidays: https://github.com/spatie/holidays/blob/main/src/Countries/Turkey.php#L8

@Nielsvanpach
Copy link
Member

Thanks for your effort, but I'm closing this PR as the Islamic holidays are missing.
Feel free to reopen if you decide to continue this PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants