forked from sulu/sulu-minimal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added github issue and pull request templates (sulu#120)
- Loading branch information
1 parent
688c5ac
commit 0d4cc19
Showing
2 changed files
with
66 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
Create issues here only when you are 100% sure its not a sulu/sulu issue | ||
else create the issue in https://github.com/sulu/sulu/issues/new | ||
|
||
| Q | A | ||
| --- | --- | ||
| Bug? | no | ||
| New Feature? | no | ||
| Sulu Version | Specific version or SHA of a commit | ||
| Browser Version | Browser name and version | ||
|
||
#### Actual Behavior | ||
|
||
How does Sulu 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. | ||
(remove this section if not needed) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
| Q | A | ||
| --- | --- | ||
| Bug fix? | no | ||
| New feature? | no | ||
| BC breaks? | no | ||
| Deprecations? | no | ||
| Fixed tickets | fixes #issuenum | ||
| Related issues/PRs | #issuenum | ||
| License | MIT | ||
| Documentation PR | sulu/sulu-docs#prnum | ||
|
||
#### What's in this PR? | ||
|
||
Explain the contents of the PR. | ||
|
||
#### Why? | ||
|
||
Which problem does the PR fix? (remove this section if you linked an issue above) | ||
|
||
#### Example Usage | ||
|
||
```php | ||
// If you added new features, show examples of how to use them here | ||
// (remove this section if not a new feature) | ||
|
||
$foo = new Foo(); | ||
|
||
// Now we can do | ||
$foo->doSomething(); | ||
``` | ||
|
||
#### BC Breaks/Deprecations | ||
|
||
Describe BC breaks/deprecations here. (remove this section if not needed) | ||
|
||
#### To Do | ||
|
||
- [ ] Create a documentation PR | ||
- [ ] Add breaking changes to UPGRADE.md |