-
Notifications
You must be signed in to change notification settings - Fork 249
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
704c482
commit 0794b72
Showing
1 changed file
with
49 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,49 @@ | ||
# Issue Title (*change this title!*) | ||
|
||
*Please enter a general description for the issue. Delete sections that are not relevant and provide additional sections if necessary.* | ||
|
||
## Issue Categories | ||
|
||
- [ ] Bug | ||
- [ ] Feature Request | ||
- [ ] Question | ||
- [ ] Not sure | ||
|
||
## Version Information | ||
|
||
- [ ] NuGet Package *Enter Version Number Here* | ||
- [ ] Build From *Master* branch, Commit *Enter commit id. Example: 704c482* | ||
- [ ] Build from *Branch Name*, Commit *Enter commit id. Example: 704c482* | ||
|
||
## Steps to Reproduce | ||
|
||
1. Step 1 | ||
2. Step 2 | ||
3. Step 3 | ||
|
||
## Expected Results | ||
|
||
- Result 1 | ||
- Result 2 | ||
|
||
## Sample Code | ||
|
||
### XAML | ||
```xml | ||
<MainWindow> | ||
</MainWindow> | ||
``` | ||
|
||
### C# | ||
```csharp | ||
System.Console.WriteLine("Change Me Please!"); | ||
``` | ||
|
||
### Command line ffplay | ||
```batch | ||
ffplay "hello.mp4" | ||
``` | ||
## Delete This Section | ||
- Please consider a donation here: https://www.paypal.me/mariodivece/50usd | ||
- I work on this project for fun and on my free time. | ||
- Provide as much information as possible and any sample files |