Skip to content

Commit

Permalink
Update github templates
Browse files Browse the repository at this point in the history
  • Loading branch information
QuingKhaos committed Mar 23, 2016
1 parent a1e12ec commit 06d8031
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
20 changes: 11 additions & 9 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
| Q | A
| ------------ | ---
| Bug? | no
| Version Used | Specific tag or commit sha
| New Feature? | no
| Q | A
| -------------- | ---
| Bug? | no
| New Feature? | no
| Version Used | Specific tag or commit sha
| FFmpeg Version | FFmpeg or AVConv and version
| OS | Your OS and version

#### Expected Behavior
#### Actual Behavior

What is the behavior you expect?
How does PHP-FFMpeg behave at the moment?

#### Actual Behavior
#### Expected Behavior

How does Sulu behave at the moment?
What is the behavior you expect?

#### Steps to Reproduce

Expand Down
10 changes: 5 additions & 5 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
| Q | A
| ------------------ | ---
| Bug fix? | yes
| New feature? | yes
| BC breaks? | yes
| Deprecations? | yes
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Fixed tickets | fixes #issuenum
| Related issues/PRs | #issuenum
| License | MIT
Expand All @@ -18,7 +18,7 @@ Which problem does the PR fix?

#### Example Usage

~~~php
```php
$foo = new Foo();

// Now we can do
Expand Down

0 comments on commit 06d8031

Please sign in to comment.