scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 114  →  ?path2? @ 115
/vendor/php-ffmpeg/php-ffmpeg/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,25 @@
| 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
 
#### Actual Behavior
 
How does PHP-FFMpeg behave at the moment?
 
#### Expected Behavior
 
What is the behavior you expect?
 
#### Steps to Reproduce
 
What are the steps to reproduce this bug? Please add code examples,
screenshots or links to GitHub repositories that reproduce the problem.
 
#### Possible Solutions
 
If you have already ideas how to solve the issue, add them here.
Otherwise remove this section.
/vendor/php-ffmpeg/php-ffmpeg/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,36 @@
| Q | A
| ------------------ | ---
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Fixed tickets | fixes #issuenum
| Related issues/PRs | #issuenum
| License | MIT
 
#### What's in this PR?
 
Explain the contents of the PR.
 
#### Why?
 
Which problem does the PR fix?
 
#### Example Usage
 
```php
$foo = new Foo();
 
// Now we can do
$foo->doSomething();
 
// Remove this section if not needed
~~~
 
#### BC Breaks/Deprecations
 
Describe BC breaks/deprecations here (Remove this section if not needed).
 
#### To Do
 
- [ ] Create tests