File: PULL_REQUEST_TEMPLATE.md

package info (click to toggle)
mycli 1.51.1-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 1,116 kB
  • sloc: python: 10,126; makefile: 10
file content (13 lines) | stat: -rw-r--r-- 458 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
## Description
<!--- Describe your changes in detail. -->



## Checklist
<!--- We appreciate your help and want to give you credit. Place an `x` in the boxes below as you complete them. -->
- [ ] I added this contribution to the `changelog.md` file.
- [ ] I added my name to the `AUTHORS` file (or it's already there).
- [ ] To lint and format the code, I ran
    ```bash
    uv run ruff check && uv run ruff format && uv run mypy --install-types .
    ```