Update github templates
This commit is contained in:
parent
a1e12ecf33
commit
06d8031b9d
2 changed files with 16 additions and 14 deletions
20
.github/ISSUE_TEMPLATE.md
vendored
20
.github/ISSUE_TEMPLATE.md
vendored
|
|
@ -1,17 +1,19 @@
|
||||||
| Q | A
|
| Q | A
|
||||||
| ------------ | ---
|
| -------------- | ---
|
||||||
| Bug? | no
|
| Bug? | no
|
||||||
| Version Used | Specific tag or commit sha
|
| New Feature? | 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
|
#### Expected Behavior
|
||||||
|
|
||||||
What is the behavior you expect?
|
What is the behavior you expect?
|
||||||
|
|
||||||
#### Actual Behavior
|
|
||||||
|
|
||||||
How does Sulu behave at the moment?
|
|
||||||
|
|
||||||
#### Steps to Reproduce
|
#### Steps to Reproduce
|
||||||
|
|
||||||
What are the steps to reproduce this bug? Please add code examples,
|
What are the steps to reproduce this bug? Please add code examples,
|
||||||
|
|
|
||||||
10
.github/PULL_REQUEST_TEMPLATE.md
vendored
10
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
|
@ -1,9 +1,9 @@
|
||||||
| Q | A
|
| Q | A
|
||||||
| ------------------ | ---
|
| ------------------ | ---
|
||||||
| Bug fix? | yes
|
| Bug fix? | no
|
||||||
| New feature? | yes
|
| New feature? | no
|
||||||
| BC breaks? | yes
|
| BC breaks? | no
|
||||||
| Deprecations? | yes
|
| Deprecations? | no
|
||||||
| Fixed tickets | fixes #issuenum
|
| Fixed tickets | fixes #issuenum
|
||||||
| Related issues/PRs | #issuenum
|
| Related issues/PRs | #issuenum
|
||||||
| License | MIT
|
| License | MIT
|
||||||
|
|
@ -18,7 +18,7 @@ Which problem does the PR fix?
|
||||||
|
|
||||||
#### Example Usage
|
#### Example Usage
|
||||||
|
|
||||||
~~~php
|
```php
|
||||||
$foo = new Foo();
|
$foo = new Foo();
|
||||||
|
|
||||||
// Now we can do
|
// Now we can do
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue