2016-03-09 09:35:59 +01:00
|
|
|
> This v1.0 template stands in `.github/`.
|
2016-02-28 18:59:10 +01:00
|
|
|
|
2016-03-09 09:35:59 +01:00
|
|
|
### Peer reviews
|
|
|
|
|
|
|
|
Trick to [fetch the pull
|
|
|
|
request](https://help.github.com/articles/checking-out-pull-requests-locally):
|
|
|
|
there is a (read-only) `refs/pull/` namespace.
|
|
|
|
|
|
|
|
``` bash
|
|
|
|
git fetch OFFICIAL_REPOSITORY_NAME pull/PULL_ID/head:LOCAL_BRANCH_NAME
|
|
|
|
```
|
|
|
|
|
|
|
|
### This PR
|
|
|
|
|
|
|
|
> Add character x `[x]`.
|
2016-02-28 18:59:10 +01:00
|
|
|
|
|
|
|
- [] I've read the [DCO](http://www.offlineimap.org/doc/dco.html).
|
|
|
|
- [] I've read the [Coding Guidelines](http://www.offlineimap.org/doc/CodingGuidelines.html)
|
2016-03-09 09:35:59 +01:00
|
|
|
- [] The relevant informations about the changes stands in the commit message, not here in the message of the pull request.
|
2016-02-28 18:59:10 +01:00
|
|
|
- [] Code changes follow the style of the files they change.
|
|
|
|
- [] Code is tested (provide details).
|
|
|
|
|
|
|
|
### References
|
|
|
|
|
2016-03-09 09:35:59 +01:00
|
|
|
- Issue #no_space
|
|
|
|
|
|
|
|
### Additional information
|
|
|
|
|
2016-02-28 18:59:10 +01:00
|
|
|
|