Skip to content

Add status badges for GitHub actions #168

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 8, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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