Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 472 Bytes

ISSUE_TEMPLATE.md

File metadata and controls

35 lines (23 loc) · 472 Bytes

[Description of the issue you are experiencing]

Error Messages

List all the error messages or warnings you are seeing, if any.

Sample JSON

{
  "key": "value"
}

Models

All models involved, including their Decodable implementations.

struct User {
  // ...
}

extension User: Decodable {
  // ...
}

Argo Version

example: Argo 3.0.0

Dependency Manager

examples: Carthage, Cocoapods, git submodules, copied code, etc.