Clean up a double "your" in `PULL_REQUEST_TEMPLATE.md` (#1343)

Co-authored-by: Hynek Schlawack <hs@ox.cx>
This commit is contained in:
Sviatoslav Sydorenko (Святослав Сидоренко) 2024-09-03 07:00:13 +02:00 committed by GitHub
parent 3fb6f56458
commit e671aa5306
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ If your pull request is a documentation fix or a trivial typo, feel free to dele
- [ ] Do **not** open pull requests from your `main` branch **use a separate branch**!
- There's a ton of footguns waiting if you don't heed this warning. You can still go back to your project, create a branch from your main branch, push it, and open the pull request from the new branch.
- This is not a pre-requisite for your your pull request to be accepted, but **you have been warned**.
- This is not a pre-requisite for your pull request to be accepted, but **you have been warned**.
- [ ] Added **tests** for changed code.
Our CI fails if coverage is not 100%.
- [ ] New features have been added to our [Hypothesis testing strategy](https://github.com/python-attrs/attrs/blob/main/tests/strategies.py).