Skip to content

Commit

Permalink
Add an issue template to speed up issue resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony DiPasquale committed Apr 7, 2016
1 parent f494b05 commit 841979f
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
_[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._

0 comments on commit 841979f

Please sign in to comment.