Skip to content

Commit

Permalink
Create ISSUE_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mariodivece authored Feb 21, 2018
1 parent 704c482 commit 0794b72
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE.md
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

0 comments on commit 0794b72

Please sign in to comment.