Skip to content

Commit

Permalink
minor #168 Add status badges for GitHub actions (phansys)
Browse files Browse the repository at this point in the history
This PR was merged into the 3.x branch.

Discussion
----------

|Q            |A  |
|---          |---|
|Branch       |3.x|
|Bug fix?     |no |
|New feature? |no |
|BC breaks?   |no |
|Deprecations?|no |
|Tests pass?  |yes|
|Fixed tickets|   |
|License      |MIT|
|Doc PR       |n/a|

Commits
-------

ab0379a Add status badges for GitHub actions
  • Loading branch information
phansys committed Jul 8, 2020
2 parents e11a0db + ab0379a commit 953d6e0
Showing 1 changed file with 16 additions and 19 deletions.
35 changes: 16 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,32 @@
# Ticketing Bundle v3
# Hackzilla Ticket Bundle

Simple ticketing bundle for any project.
Available translations for:
* Dutch
* English
* French
* German
* Italian
* Portuguese
* Russian
* Spanish

* Dutch
* English
* French
* German
* Italian
* Portuguese
* Russian
* Spanish

[![Build Status](https://travis-ci.org/hackzilla/TicketBundle.png?branch=master)](https://travis-ci.org/hackzilla/TicketBundle)
[![Quality assurance](https://github.com/hackzilla/TicketBundle/workflows/Quality%20assurance/badge.svg)](https://github.com/hackzilla/TicketBundle/actions?query=workflow%3A%22Quality+assurance%22)
[![Lint](https://github.com/hackzilla/TicketBundle/workflows/Lint/badge.svg)](https://github.com/hackzilla/TicketBundle/actions?query=workflow%3ALint)
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/091d37a9-7862-4365-952c-814ce95c4d6c/mini.png)](https://insight.sensiolabs.com/projects/091d37a9-7862-4365-952c-814ce95c4d6c)


## Requirements

* PHP >= 5.6
* [Symfony][1] ^2.8|^3.4|^4.0
* [Knp Paginator bundle][2]
* [Bootstrap v3][3] (optional) see: [http://symfony.com/blog/new-in-symfony-2-6-bootstrap-form-theme][4]

## Optional Requirements

* [FOSUserBundle][5]

* [Bootstrap v3][3] (see [http://symfony.com/blog/new-in-symfony-2-6-bootstrap-form-theme][4])

## Version Matrix

Expand All @@ -36,18 +37,15 @@ Available translations for:
| [1.x][8] | ^2.3 | >=5.3 |
| [0.x][9] | ^2.3 | >=5.3 |


## Demo

See [Ticket Bundle Demo App][10] for an example installation. This can also be used for confirming bugs.


## Setup

* [Installation with FOSUserBundle][11]
* [Generic Installation][12]


## Optional Features

These optional features that can be turned on or off.
Expand All @@ -58,12 +56,11 @@ These optional features that can be turned on or off.
* [Custom Entities][14]
* [Events][15]

# 3rd Party Extensions

# [Email Notification][16]
## 3rd Party Extensions

### [Email Notification][16]

## Custom Templates (Optional)
### Custom Templates (Optional)

```yaml
# config.yml
Expand Down

0 comments on commit 953d6e0

Please sign in to comment.