Skip to content

Commit

Permalink
Add GitHub Issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardopereira committed Jun 3, 2019
1 parent eddffef commit da9c6a7
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Bug report
about: Create a report to help us fix a problem with ColiseuPlayer

---

### Which version of the ColiseuPlayer are you using?
E.g. `1.0.11`

### On which platform does the issue happen?
E.g. `iOS11`

### Are you using Carthage?
If yes, specify the version (`carthage version`)

### Are you using Cocoapods?
If yes, specify the version (`pod --version`)

### Which version of Xcode are you using?
(`xcodebuild -version`)

### What did you do?
Describe the problem.
```
Add a short snippet of code to show the problem
```

### What did you expect to happen?
Describe the expected outcome.

### What happened instead?
Describe what happened instead.
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Enhancement request
about: Suggest an enhancement to ColiseuPlayer

---

### Problem description

A description of a problem, workflow or integration that your suggestion would solve. If the problem is OS-specific, include that information here.

### Preferred solution

A description of what changes should be made to ColiseuPlayer to solve the problem.

### Alternatives

A description of any alternative solutions or enhancements considered.

0 comments on commit da9c6a7

Please sign in to comment.