Files
davx5-ose/.github/pull_request_template.md
2024-07-26 14:50:21 +02:00

1.3 KiB

Please delete this paragraph and other repeating text (like the examples) after reading and before submitting the PR.

The PR should be in Draft state during development. As soon as it's finished, it should be marked as Ready for review and a reviewer should be chosen.

See also: Writing A Great Pull Request Description

Purpose

What this PR is intended to do and why this is desirable.

Example:

Adds support for AAA in BBB, as requested by several people in issue #XX.

Short description

A short description of the chosen approach to achieve the purpose.

Example:

  • Added authentication option Some authentication to some module.
  • Added support for Some authentication to some content provider.
  • Added UI support for Some authentication in account settings.

Related information (links to Android docs and other resources that help to understand/review the changes) can also be put here.

Checklist

  • The PR has a proper title, description and label.
  • I have self-reviewed the PR.
  • I have added documentation to complex functions and functions that can be used by other modules.
  • I have added reasonable tests or consciously decided to not add tests.