Commit 67c3c5d
authored
cursorless-talon: Create PULL_REQUEST_TEMPLATE.md (#2703)
Hopefully prevent folks from sending PRs to
<https://github.com/cursorless-dev/cursorless-talon>, which can then get
merged and result in this mess:
```console
> git pull --ff-only
remote: Enumerating objects: 33, done.
remote: Counting objects: 100% (30/30), done.
remote: Compressing objects: 100% (11/11), done.
remote: Total 33 (delta 21), reused 28 (delta 19), pack-reused 3 (from 1)
Receiving objects: 100% (33/33), 10.82 KiB | 10.82 MiB/s, done.
Resolving deltas: 100% (21/21), completed with 11 local objects.
From https://github.com/cursorless-dev/cursorless-talon
d8a602ee2d4b..b6e796b83d62 main -> origin/main
hint: Diverging branches can't be fast-forwarded, you need to either:
hint:
hint: git merge --no-ff
hint:
hint: or:
hint:
hint: git rebase
hint:
hint: Disable this message with "git config advice.diverging false"
fatal: Not possible to fast-forward, aborting.
```1 parent 25a838f commit 67c3c5d
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments