Skip to content

Commit

Permalink
pull request template added
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianKahnert committed Jan 17, 2020
1 parent 029fc24 commit 97fd62c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## Checklist
- [x] Start a pull request 🤓
- [ ] Checked if a previous provider might fit your needs.
- [ ] All errors/warnings are included in the [`[CheckResult]` output](https://github.com/worldiety/chia/blob/a57d99f65ff0d7b3a7b0e03ebb8e4a6bf910544c/Sources/chiaLib/Internal/CheckProvider.swift#L19).
- [ ] All new dependencies are listet below.
- [ ] All new dependencies are included in the [`Dockerfile`](https://github.com/worldiety/chia/blob/master/Dockerfile).

## New Depedencies
<!--- List all dependencies that are needed for a new CheckProvider -->
- dep1
- dep2
- ...

## Logging Output
### Error Logs:
```
```

### Warning Logs:
```
```

0 comments on commit 97fd62c

Please sign in to comment.