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

IMPORTANT NOTICE

Github is only as mirror! Please send issues and pull requests via email to:

* [matthias.beyer@atos.net](mailto:matthias.beyer@atos.net)
* or publicly to [the butido mailinglist](mailto:~matthiasbeyer/butido@lists.sr.ht).


To send patches (make sure to check the CONTRIBUTING.md file), for the lazy:

```
git format-patch --subject-prefix=butido \
	--to="~matthiasbeyer/butido@lists.sr.ht" \
	--to="matthias.beyer@atos.net" \
	--cover-letter \
	--numbered \
	--signoff \
	master..HEAD
```


We might miss your PR here on github. Either way, we will probably reach out to
you via mail anyways.

-->