aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
blob: d2f6952086077a7cb837941f1bad8981559da8b5 (plain) (blame)
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
# Contributing

Before making a pull request
1. Tidy your commits into the format below
2. Deploy the playbook your self (if you have permissions)
3. Does it work? If not, fix it and goto 1
4. Create a pull request :)

## Commit style

Please create commits for each logical change,
and use this format for your git commits

```
<role>: <task>: <change headline>

< more descriptive text >
```
example:
```
jumbotron: irssi: cleanup .irssi/config

Consistently indent everything with 2 spaces,
and add a newline at end of file.
```