Merge pull request #207 from PHP-FFMpeg/enhancement/issue-template
Add a meaningful issue template | Q | A | ------------------ | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Fixed tickets | - | Related issues/PRs | - | License | MIT #### What's in this PR? A meaningful issue template. #### Why? Such templates should encourage first-timers to create good issue descriptions, which helps us reproducing it.
This commit is contained in:
commit
7770b0e361
1 changed files with 23 additions and 0 deletions
23
.github/ISSUE_TEMPLATE.md
vendored
Normal file
23
.github/ISSUE_TEMPLATE.md
vendored
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
| Q | A
|
||||||
|
| ------------ | ---
|
||||||
|
| Bug? | no
|
||||||
|
| Version Used | Specific tag or commit sha
|
||||||
|
| New Feature? | no
|
||||||
|
|
||||||
|
#### Expected Behavior
|
||||||
|
|
||||||
|
What is the behavior you expect?
|
||||||
|
|
||||||
|
#### Actual Behavior
|
||||||
|
|
||||||
|
How does Sulu behave at the moment?
|
||||||
|
|
||||||
|
#### 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.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue