Files
bottom/.github/pull_request_template.md
T
2026-07-17 19:19:30 -04:00

1.9 KiB

Description

A description of the change, what it does, and why it was made. If relevant (e.g. UI changes), please also provide screenshots or recordings:

Issue

If applicable, what issue does this address?

Closes: #

Testing

If relevant, please state how this was tested (including steps):

If this change affects the program, please also indicate which platforms were tested:

  • Windows
  • macOS (specify version below)
  • Linux (specify distro below)
  • Other (specify below)

Checklist

Ensure all of these are met:

  • If this pull request adds or changes a dependency, please justify this in the description
  • If this is a code change, areas your change affects have been linted using (cargo fmt)
  • If this is a code change, your changes pass cargo clippy --all -- -D warnings
  • If this is a code change, new tests were added if relevant
  • If this is a code change, your changes pass cargo test
  • The change has been verified to work (see the Testing section) and doesn't unexpectedly break anything else
  • Documentation has been updated if needed (README.md, help menu, docs, configs, etc.)
  • There are no merge conflicts
  • You have personally reviewed your changes already before creating the PR
  • The pull request passes the provided CI pipeline
  • If the changes were generated with AI tools, ensure it follows the AI policy. Specify how it was used in the "Other" section, and that you as a human have personally reviewed the change

Other

Anything else that maintainers should know about this PR: