Thank you for your contribution! To help us review and merge your pull request (PR) as quickly as possible, please provide the following information:
Provide a clear and concise description of the changes made in this pull request.
List any related issues (e.g., Fixes #123, Closes #456).
Indicate the type of change made:
- Bug fix
- New feature
- Code refactor
- Documentation update
- Other (please specify):
Please check all the applicable boxes:
- I have read the CONTRIBUTING.md guidelines.
- I have performed a self-review of my own code.
- I have commented my code, particularly in hard-to-understand areas.
- I have added tests that prove my fix is effective or that my feature works.
- New and existing unit tests pass locally with my changes.
- I have updated the documentation (if applicable).
- My changes generate no new warnings.
If applicable, add screenshots to help explain the changes made (e.g., UI updates).
Add any other context or information about the pull request here.
Added a new feature that allows users to export their horoscope data as a PDF.
Fixes #789
- New feature
- I have read the CONTRIBUTING.md guidelines.
- I have performed a self-review of my own code.
- I have commented my code, particularly in hard-to-understand areas.
- I have added tests that prove my fix is effective or that my feature works.
- New and existing unit tests pass locally with my changes.
- I have updated the documentation (if applicable).
- My changes generate no new warnings.
This feature uses the PDF generation library pdf-lib
to create PDF files from the horoscope data.
Please make sure to provide as much detail as possible to help us review and merge your pull request. Thank you for your cooperation!