Files
bottom/.github/pull_request_template.md
T
2026-06-18 03:53:40 -04:00

1.7 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/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 PR 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 this PR was generated with AI, please specify how in the "Other" section, and that you as a human have personally reviewed it

Other

Anything else that maintainers should know about this PR: