Skip to content

Commit

Permalink
Avoid paragraphs in checklist
Browse files Browse the repository at this point in the history
They render weird.
  • Loading branch information
hynek committed Nov 1, 2023
1 parent 77172be commit 671c53c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ 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**.
- 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**.
- [ ] 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).
Expand Down

0 comments on commit 671c53c

Please sign in to comment.