spatie / holidays

Calculate which days you don't have to work!
https://spatie.be/open-source
MIT License
329 stars 196 forks source link

Add Canada country support #161

Closed mkokio closed 8 months ago

mkokio commented 9 months ago

Contributing a new country ?

  1. Create a new class in the Countries directory. It should extend the Country class. Done.
  2. Add a test for the new country in the tests directory. Done.
  3. Run the tests so a snapshot gets created. Done.
  4. Verify the result in the newly created snapshot is correct. Done.
Nielsvanpach commented 8 months ago

Closing this one, as another PR on Canada has been merged in the meantime