-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
029fc24
commit 97fd62c
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
``` | ||
``` |