.github/: improve templates
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
parent
8ed4f35fc8
commit
15efea24b9
9
.github/ISSUE_TEMPLATE.md
vendored
9
.github/ISSUE_TEMPLATE.md
vendored
@ -1,3 +1,4 @@
|
|||||||
|
> This v1.0 template stands in `.github/`.
|
||||||
|
|
||||||
### General informations
|
### General informations
|
||||||
|
|
||||||
@ -6,20 +7,22 @@
|
|||||||
- CLI options:
|
- CLI options:
|
||||||
|
|
||||||
```
|
```
|
||||||
<configuration file goes here>
|
Configuration file offlineimaprc goes here. REMOVE PRIVATE DATA.
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
<pythoonfile file goes here (if any)>
|
The pythonfile file goes here (if any). REMOVE PRIVATE DATA.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
### Log error
|
### Log error
|
||||||
|
|
||||||
```
|
```
|
||||||
<error goes here>
|
Logs go here. REMOVE PRIVATE DATA.
|
||||||
```
|
```
|
||||||
|
|
||||||
### Steps to reproduce the error
|
### Steps to reproduce the error
|
||||||
|
|
||||||
|
-
|
||||||
|
-
|
||||||
|
|
||||||
|
22
.github/PULL_REQUEST_TEMPLATE.md
vendored
22
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -1,13 +1,29 @@
|
|||||||
|
> This v1.0 template stands in `.github/`.
|
||||||
|
|
||||||
> Add character x.
|
### 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]`.
|
||||||
|
|
||||||
- [] I've read the [DCO](http://www.offlineimap.org/doc/dco.html).
|
- [] 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)
|
- [] I've read the [Coding Guidelines](http://www.offlineimap.org/doc/CodingGuidelines.html)
|
||||||
- [] The relevant informations about the changes stands in the commit message, not here.
|
- [] The relevant informations about the changes stands in the commit message, not here in the message of the pull request.
|
||||||
- [] Code changes follow the style of the files they change.
|
- [] Code changes follow the style of the files they change.
|
||||||
- [] Code is tested (provide details).
|
- [] Code is tested (provide details).
|
||||||
|
|
||||||
### References
|
### References
|
||||||
|
|
||||||
- Bug: #no_space
|
- Issue #no_space
|
||||||
|
|
||||||
|
### Additional information
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user