Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 664 Bytes

pull_request_template.md

File metadata and controls

23 lines (14 loc) · 664 Bytes

TITLE - Replace

Status

  • Ready
  • Development
  • Hold

Description

Short description what you did and/or fixed

Related issues

Leave empty if none

Checklist

  • Ran cargo fmt, cargo clippy --all-targets, cargo build --release and cargo test and fixed any generated errors!
  • Removed unnecessary commented out code
  • Used specific traces (if you trace actions please specify the cause i.e. the player)

Note: if you locally don't get any errors, but GitHub Actions fails (especially at clippy) you might want to check your rust toolchain version. You can then feel free to fix these warnings/errors in your PR.