You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ If an item doesn't apply to your pull request, **check it anyway** to make it ap
15
15
16
16
-[ ] Do **not** open pull requests from your `main` branch – **use a separate branch**!
17
17
- 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.
18
-
- This is not a pre-requisite for your your pull request to be accepted, but **you have been warned**.
18
+
- This is not a pre-requisite for your pull request to be accepted, but **you have been warned**.
19
19
-[ ] Added **tests** for changed code.
20
20
- The CI fails with less than 100% coverage.
21
21
-[ ]**New APIs** are added to our typing tests in [`api.py`](https://github.com/hynek/stamina/blob/main/tests/typing/api.py).
0 commit comments