-
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
eddffef
commit da9c6a7
Showing
2 changed files
with
50 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,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. |
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,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. | ||
|