Skip to content

Commit

Permalink
PULL_REQUEST_TEMPLATE.md: Remove the git rebase checkbox
Browse files Browse the repository at this point in the history
Remove the `git rebase` checkbox

Rationale: This only increases friction for contributors who are less familiar with `git`. The "squash and merge" function of the PR web interface can be used instead
  • Loading branch information
davidjharder authored Feb 2, 2024
1 parent a4db05e commit 0c879da
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
## Description

<Info on what this pull request adds>

### Submitter Checklist

- [ ] Squashed commits with `git rebase -i` (if needed)
<Describe what this pull request adds>

0 comments on commit 0c879da

Please sign in to comment.