summaryrefslogtreecommitdiffstats
path: root/.github/PULL_REQUEST_TEMPLATE.md
blob: 405454b4523388876771d23251ced1d9d7fe100e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!--

IMPORTANT NOTICE

Github is only as mirror! Please send issues and pull requests via email to
[my public inbox on sourcehut](mailto:~matthiasbeyer/public-inbox@lists.sr.ht).


To send patches, for the lazy:

```
git format-patch --subject-prefix=repolocli \
    --to="~matthiasbeyer/public-inbox@lists.sr.ht" \
    --cover-letter \
    --numbered \
    --signoff \
    master..HEAD
```

Make sure to --signoff your patches, with that you agree to the
[Developer Certificate of Origin](https://developercertificate.org/)!

-->