open-webui/.github/pull_request_template.md
Silentoplayz 4a536484a6
Update pull_request_template.md
Added failure to follow template warning
Made more concise
2024-04-23 11:14:54 +00:00

1.8 KiB

WARNING: FAILURE TO FOLLOW THE TEMPLATE WILL RESULT IN IMMEDIATE LOCK OF THE PULL REQUEST WITHOUT COMMENT

Please complete the following pull request checklist to ensure accuracy, clarity, and consistency.

Pull Request Checklist

  • Description: Briefly describe the changes in this pull request.
  • Changelog: Ensure a changelog entry following the format of Keep a Changelog is added at the bottom of the PR description.
  • Documentation: Have you updated relevant documentation, including README, Open WebUI Docs, or other documentation sources?
  • Dependencies: Are there any new dependencies? Have you updated the dependency versions in the documentation?
  • Testing: Have you written and run sufficient tests for the changes?
  • Code Review: Have you self-reviewed your code and addressed any coding standard issues?

Description

[Insert a brief description of the changes made in this pull request, including any relevantincluding motivation and impact.]


Changelog Entry

Added

  • [List any new features, functionalities, or additions]

Fixed

  • [List any fixes, corrections, or bug fixes]

Changed

  • [List any changes, updates, refactorings, or optimizations]

Removed

  • [List any removed features, files, or deprecated functionalities]

Security

  • [List any new or updated security-related changes, including vulnerability fixes]

Breaking Changes

  • [List any breaking changes affecting compatibility or functionality]

Additional Information

  • [Insert any additional context, notes, or explanations for the changes]

  • [Reference any related issues, commits, or other relevant information]