Skip to content

Latest commit

 

History

History
84 lines (50 loc) · 2.21 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

84 lines (50 loc) · 2.21 KB

PULL_REQUEST_TEMPLATE.md

Pull Request Template

Thank you for your contribution! To help us review and merge your pull request (PR) as quickly as possible, please provide the following information:

Description

Provide a clear and concise description of the changes made in this pull request.

Related Issues

List any related issues (e.g., Fixes #123, Closes #456).

Type of Change

Indicate the type of change made:

  • Bug fix
  • New feature
  • Code refactor
  • Documentation update
  • Other (please specify):

Checklist

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.

Screenshots

If applicable, add screenshots to help explain the changes made (e.g., UI updates).

Additional Context

Add any other context or information about the pull request here.


Example Pull Request

Description

Added a new feature that allows users to export their horoscope data as a PDF.

Related Issues

Fixes #789

Type of Change

  • New feature

Checklist

  • 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.

Screenshots

export_feature_screenshot

Additional Context

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!