Skip to content

Commit

Permalink
Merge pull request #151 from Soullivaneuh/issue-template-rework
Browse files Browse the repository at this point in the history
Issue template rework
  • Loading branch information
soullivaneuh committed Jun 15, 2016
2 parents 1d72aed + 5c84cb7 commit a4574f4
Showing 1 changed file with 30 additions and 10 deletions.
40 changes: 30 additions & 10 deletions project/.github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,40 @@
Otherwise remove it.
-->

| Question | Answer
|----------------|-------------------------------
| Bundle version | composer show sonata-project/*
| Symfony version| composer show symfony/*
| php version | php --version
### Environment

# Error message
#### Sonata packages

```bash
$ composer show sonata-project/*
# Put the result here.
```
Error message goes here

#### Symfony packages

```bash
$ composer show symfony/*
# Put the result here.
```

#### PHP version

```bash
$ php -v
# Put the result here.
```

# Steps to reproduce
## Subject

<!--
Give here as many details as possible.
Next sections are for ERRORS only.
-->

## Steps to reproduce

## Expected results

# Expected results
## Actual results

# Actual results
<!-- If it's an error message or piece of code, use code block tags. -->

0 comments on commit a4574f4

Please sign in to comment.