Skip to content

Commit 6396de6

Browse files
committed
Update template
1 parent 79109ab commit 6396de6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,11 @@ If an item doesn't apply to your pull request, **check it anyway** to make it ap
1414
If your pull request is a documentation fix or a trivial typo, feel free to delete the whole thing.
1515
-->
1616

17-
- [ ] Do **not** open pull requests from your `main` branch – **use a separate branch**!
17+
- [ ] Do **not** open pull requests from your `main` branch – [**use a separate branch**](https://hynek.me/articles/pull-requests-branch/)!
1818
- 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.
1919
- This is not a pre-requisite for your pull request to be accepted, but **you have been warned**.
2020
- [ ] Added **tests** for changed code.
2121
Our CI fails if coverage is not 100%.
22-
- [ ] New features have been added to our [Hypothesis testing strategy](https://github.com/python-attrs/attrs/blob/main/tests/strategies.py).
2322
- [ ] Changes or additions to public APIs are reflected in our type stubs (files ending in ``.pyi``).
2423
- [ ] ...and used in the stub test file `typing-examples/baseline.py` or, if necessary, `typing-examples/mypy.py`.
2524
- [ ] If they've been added to `attr/__init__.pyi`, they've *also* been re-imported in `attrs/__init__.pyi`.

0 commit comments

Comments
 (0)