Replies: 1 comment 2 replies
-
Maybe it'd make sense to look into dev env dockerization? Make tests running in a container with the code base mounted as a volume. I didn't PoC it yet, just an idea to consider. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posting on behalf of @ankushhKapoor
Hey everyone!
I’ve been going through the contribution guidelines and had a few suggestions to improve clarity and make onboarding easier for new contributors .
Here are a few ideas I had in mind:
It would be helpful to clearly define the expected order for adding holidays in a country file (e.g., by date national before regional, solar before lunar calendar, etc.). This would make things more consistent and easier to review.
A small section or a link to a well-structured pull request — including clean code, proper tests, and references — could serve as a great reference model for new contributors.
The current localization section is a bit dense. Breaking it down into a bullet-point or numbered to-do format would make it much easier to follow, especially for first-time contributors working on translations.
HolidayBase
andObservedHolidayBase
Adding a short note in the contribution guidelines about what
HolidayBase
andObservedHolidayBase
classes are, and when each should be used, would help new contributors understand the underlying structure better.Let me know what you think! If these changes make sense, I’d be happy to help with drafting them further. 😊
— Ankush
Beta Was this translation helpful? Give feedback.
All reactions